aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-02-11 17:30:18 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-02-11 23:31:47 +0100
commitca9b9969fb3f3853f7c6beb43bd496d90c7efe80 (patch)
tree5c32a8613ed51d7cae6778181b9b1231576b4516 /package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch
parentc7ce9908bd58af60153716aa64a72510a3a26b35 (diff)
downloadupstream-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/200-compat.patch')
-rw-r--r--package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch b/package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch
index 70010c6fc7..bf9f17ed05 100644
--- a/package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch
+++ b/package/kernel/lantiq/ltq-vmmc/patches/200-compat.patch
@@ -3,7 +3,7 @@
@@ -54,6 +54,8 @@
#include "drv_vmmc_res.h"
#endif /* (VMMC_CFG_FEATURES & VMMC_FEAT_HDLC) */
-
+
+#undef VMMC_USE_PROC
+
/* ============================= */
@@ -14,14 +14,14 @@
@@ -80,11 +80,15 @@
/* ============================= */
#define IFX_MPS_DEV_NAME "ifx_mps"
-
+
+#undef CONFIG_MPS_HISTORY_SIZE
+#define CONFIG_MPS_HISTORY_SIZE 0
#ifndef CONFIG_MPS_HISTORY_SIZE
#define CONFIG_MPS_HISTORY_SIZE 128
#warning CONFIG_MPS_HISTORY_SIZE should have been set via cofigure - setting to default 128
#endif
-
+
+#undef CONFIG_PROC_FS
+
/* ============================= */