]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: update gfp/slab.h includes
authorTejun Heo <tj@kernel.org>
Mon, 29 Mar 2010 17:52:45 +0000 (02:52 +0900)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 28 Jun 2010 00:19:18 +0000 (10:19 +1000)
Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
gfp.h or slab.h is included as necessary.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/arm/mach-vexpress/ct-ca9x4.c

index e6f73030d5f0109cf147b581fd4c0b0885d77cb1..9b11eedba65fc4163cb33929addc2bf4e6784cbf 100644 (file)
@@ -2,6 +2,7 @@
  * Versatile Express Core Tile Cortex A9x4 Support
  */
 #include <linux/init.h>
+#include <linux/gfp.h>
 #include <linux/device.h>
 #include <linux/dma-mapping.h>
 #include <linux/platform_device.h>