diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-30 02:52:45 +0900 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 10:19:18 +1000 |
commit | 68aaae9e95199d2bc46a9e8e3670e403b4a3fe75 (patch) | |
tree | 57cae021f3ac12854c95eb3aca546b76ebcb2465 | |
parent | 4ef09889d7b4c7be2aa3e132efb77029f51c95b7 (diff) | |
download | op-kernel-dev-68aaae9e95199d2bc46a9e8e3670e403b4a3fe75.zip op-kernel-dev-68aaae9e95199d2bc46a9e8e3670e403b4a3fe75.tar.gz |
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>
-rw-r--r-- | arch/arm/mach-vexpress/ct-ca9x4.c | 1 |
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 e6f7303..9b11eed 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> |