aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifx-vmmc/patches
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2010-04-27 15:37:13 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2010-04-27 15:37:13 +0000
commit8f318ad8168fe50b8ef6a39d99ee0fb615053c04 (patch)
tree47b4ace0b5772db778fd2a2ad4f759a2f035cac1 /package/ifx-vmmc/patches
parent074163a7d9e8b6a73297b23d95ad41ce8299eeea (diff)
downloadmaster-187ad058-8f318ad8168fe50b8ef6a39d99ee0fb615053c04.tar.gz
master-187ad058-8f318ad8168fe50b8ef6a39d99ee0fb615053c04.tar.bz2
master-187ad058-8f318ad8168fe50b8ef6a39d99ee0fb615053c04.zip
[ifx-vmmc] add .33 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifx-vmmc/patches')
-rw-r--r--package/ifx-vmmc/patches/001-portability.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ifx-vmmc/patches/001-portability.patch b/package/ifx-vmmc/patches/001-portability.patch
index fb8ab68ed4..81869cd3df 100644
--- a/package/ifx-vmmc/patches/001-portability.patch
+++ b/package/ifx-vmmc/patches/001-portability.patch
@@ -24,3 +24,13 @@
$(MAKE) ARCH=@KERNEL_ARCH@ -C @KERNEL_BUILD_PATH@ O=@KERNEL_BUILD_PATH@ M=$(PWD) modules
clean-generic:
+--- a/src/drv_vmmc_linux.c
++++ b/src/drv_vmmc_linux.c
+@@ -27,6 +27,7 @@
+ #include <linux/proc_fs.h>
+ #include <linux/wait.h>
+ #include <linux/vmalloc.h>
++#include <linux/sched.h>
+
+ #ifdef LINUX_2_6
+ #include <linux/version.h>