From f457ae99f20bed2f8482ca9f9f1e4e7ac2701d40 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 11 Oct 2015 16:24:43 +0000 Subject: lantiq: fix use of IRQF_DISABLED in lantiq kmods The IRQF_DISABLED flag was removed in kernel 4.1 with commit "genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely" [1]. Therefore the compilation of ltq-hcd and ltq-vmmc kmods fails. [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d8bf368d0631d4bc2612d8bf2e4e8e74e620d0cc Signed-off-by: Mathias Kresin SVN-Revision: 47180 --- .../lantiq/ltq-vmmc/patches/200-linux-310.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 package/kernel/lantiq/ltq-vmmc/patches/200-linux-310.patch (limited to 'package/kernel/lantiq/ltq-vmmc/patches/200-linux-310.patch') diff --git a/package/kernel/lantiq/ltq-vmmc/patches/200-linux-310.patch b/package/kernel/lantiq/ltq-vmmc/patches/200-linux-310.patch deleted file mode 100644 index 70f88299f9..0000000000 --- a/package/kernel/lantiq/ltq-vmmc/patches/200-linux-310.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: drv_vmmc-1.9.0/src/drv_vmmc_linux.c -=================================================================== ---- drv_vmmc-1.9.0.orig/src/drv_vmmc_linux.c 2013-09-05 22:34:31.920428685 +0200 -+++ drv_vmmc-1.9.0/src/drv_vmmc_linux.c 2013-09-05 22:35:54.940430772 +0200 -@@ -54,6 +54,8 @@ - #include "drv_vmmc_res.h" - #endif /* (VMMC_CFG_FEATURES & VMMC_FEAT_HDLC) */ - -+#undef VMMC_USE_PROC -+ - /* ============================= */ - /* Local Macros & Definitions */ - /* ============================= */ -Index: drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_linux.c -=================================================================== ---- drv_vmmc-1.9.0.orig/src/mps/drv_mps_vmmc_linux.c 2013-09-05 22:34:31.988428687 +0200 -+++ drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_linux.c 2013-09-05 22:54:01.544458009 +0200 -@@ -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 -+ - /* ============================= */ - /* Global variable definition */ - /* ============================= */ -- cgit v1.2.3