diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-11 17:30:18 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-11 23:31:47 +0100 |
commit | ca9b9969fb3f3853f7c6beb43bd496d90c7efe80 (patch) | |
tree | 5c32a8613ed51d7cae6778181b9b1231576b4516 /package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch | |
parent | c7ce9908bd58af60153716aa64a72510a3a26b35 (diff) | |
download | upstream-ca9b9969fb3f3853f7c6beb43bd496d90c7efe80.tar.gz upstream-ca9b9969fb3f3853f7c6beb43bd496d90c7efe80.tar.bz2 upstream-ca9b9969fb3f3853f7c6beb43bd496d90c7efe80.zip |
ltq-vmmc: fix build with kernel 4.9
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch b/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch index 7ebf171ad2..9095d38c93 100644 --- a/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch +++ b/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch @@ -254,7 +254,7 @@ +IFX_void_t ifx_mps_release (IFX_void_t); +extern IFX_uint32_t ifx_mps_reset_structures (mps_comm_dev * pMPSDev); +extern IFX_int32_t ifx_mps_bufman_close (IFX_void_t); -+IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count); ++IFX_int32_t ifx_mps_wdog_callback (IFX_ulong_t wdog_cleared_ok_count); +extern IFXOS_event_t fw_ready_evt; +/* ============================= */ +/* Local function declaration */ @@ -586,7 +586,7 @@ + * \return 0 IFX_SUCCESS, cannot fail + * \ingroup Internal + */ -+IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count) ++IFX_int32_t ifx_mps_wdog_callback (IFX_ulong_t wdog_cleared_ok_count) +{ +#ifdef DEBUG + TRACE (MPS, DBG_LEVEL_HIGH, |