summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.34/401-include-slab-h-in-mips_machine.patch
blob: fa466a760600093ab4726531980a412697923638 (plain)
1
2
3
4
5
6
7
8
9
10
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>