diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-06-04 19:09:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-06-04 19:09:52 +0000 |
commit | d501f3685698df1e5109f4f4a2ec14d929a4e03b (patch) | |
tree | 5e687119aefdb38cf9b396d2042ec6168ffb0aeb /target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch | |
parent | 110d363959e374ba2cd2652a87a38c04f1975765 (diff) | |
download | master-187ad058-d501f3685698df1e5109f4f4a2ec14d929a4e03b.tar.gz master-187ad058-d501f3685698df1e5109f4f4a2ec14d929a4e03b.tar.bz2 master-187ad058-d501f3685698df1e5109f4f4a2ec14d929a4e03b.zip |
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.patch | 11 |
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 0000000000..fa466a7606 --- /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> |