aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejun Heo <[email protected]>2010-03-30 02:52:45 +0900
committerStephen Rothwell <[email protected]>2010-06-28 10:19:18 +1000
commit68aaae9e95199d2bc46a9e8e3670e403b4a3fe75 (patch)
tree57cae021f3ac12854c95eb3aca546b76ebcb2465
parent4ef09889d7b4c7be2aa3e132efb77029f51c95b7 (diff)
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 <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: Russell King <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
-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>