diff options
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 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> |