summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2018-03-18 00:33:07 +0000
committerHauke Mehrtens2018-03-18 13:06:00 +0000
commitd11aa1d4af9dfe0c640f4e14307dcbedeb25a08c (patch)
tree4c938c0d70c75889c43d207a82b1e53db403db76
parent5587b8f451dd829349095701f0f363af5da12d99 (diff)
downloadopenwrt-d11aa1d4af9dfe0c640f4e14307dcbedeb25a08c.tar.gz
ltq-vdsl-mei: Fix section mismatch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/kernel/lantiq/ltq-vdsl-mei/patches/001-fix-compile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-mei/patches/001-fix-compile.patch b/package/kernel/lantiq/ltq-vdsl-mei/patches/001-fix-compile.patch
index b19de24730..6d3e182ec4 100644
--- a/package/kernel/lantiq/ltq-vdsl-mei/patches/001-fix-compile.patch
+++ b/package/kernel/lantiq/ltq-vdsl-mei/patches/001-fix-compile.patch
@@ -22,3 +22,23 @@
void *usedDevId );
+--- a/src/drv_mei_cpe_linux.c
++++ b/src/drv_mei_cpe_linux.c
+@@ -129,7 +129,7 @@ static int MEI_module_init(void);
+ #endif
+
+ #if (MEI_DRV_LKM_ENABLE == 1) && (MEI_SUPPORT_DEVICE_VR10_320 != 1)
+-static void __exit MEI_module_exit(void);
++static void MEI_module_exit(void);
+ #else
+ static void MEI_module_exit(void);
+ #endif
+@@ -2188,7 +2188,7 @@ static int MEI_module_init (void)
+ Called by the kernel.
+ */
+ #if (MEI_DRV_LKM_ENABLE == 1) && (MEI_SUPPORT_DEVICE_VR10_320 != 1)
+-static void __exit MEI_module_exit (void)
++static void MEI_module_exit (void)
+ #else
+ static void MEI_module_exit (void)
+ #endif