aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/ct-ca9x4.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-03-30 02:52:45 +0900
committerStephen Rothwell <sfr@canb.auug.org.au>2010-06-28 10:19:18 +1000
commit68aaae9e95199d2bc46a9e8e3670e403b4a3fe75 (patch)
tree57cae021f3ac12854c95eb3aca546b76ebcb2465 /arch/arm/mach-vexpress/ct-ca9x4.c
parentv4l-dvb: update gfp/slab.h includes (diff)
downloadlinux-dev-68aaae9e95199d2bc46a9e8e3670e403b4a3fe75.tar.xz
linux-dev-68aaae9e95199d2bc46a9e8e3670e403b4a3fe75.zip
arm: update gfp/slab.h includes
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>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-vexpress/ct-ca9x4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c
index e6f73030d5f0..9b11eedba65f 100644
--- a/arch/arm/mach-vexpress/ct-ca9x4.c
+++ b/arch/arm/mach-vexpress/ct-ca9x4.c
@@ -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>