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>
This commit is contained in:
Tejun Heo 2010-03-30 02:52:45 +09:00 committed by Stephen Rothwell
parent 4ef09889d7
commit 68aaae9e95

View file

@ -2,6 +2,7 @@
* Versatile Express Core Tile Cortex A9x4 Support * Versatile Express Core Tile Cortex A9x4 Support
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/gfp.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>