summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-04 19:09:52 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-04 19:09:52 +0000
commit0119024a6bbf45c8c90eb3dd7cbfb389b04be4b3 (patch)
tree5e687119aefdb38cf9b396d2042ec6168ffb0aeb /target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch
parentdd08767acf05417441228b7ce25ef249ee8f6dbf (diff)
generic: merge mips multi machine update to generic patches for 2.6.34
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch b/target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch
new file mode 100644
index 000000000..fa466a760
--- /dev/null
+++ b/target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch
@@ -0,0 +1,11 @@
+--- a/arch/mips/kernel/mips_machine.c
++++ b/arch/mips/kernel/mips_machine.c
+@@ -6,7 +6,7 @@
+ * by the Free Software Foundation.
+ *
+ */
+-#include <linux/mm.h>
++#include <linux/slab.h>
+
+ #include <asm/mips_machine.h>
+ #include <asm/bootinfo.h>