The following commit has been merged in the linux branch: commit b02019e6c8e37eec3cf214b50604af732936dd1c Author: Sascha Hauer s.hauer@pengutronix.de Date: Wed Sep 30 12:35:52 2009 +0200
mx25 devices: Add missing include
Signed-off-by: Sascha Hauer s.hauer@pengutronix.de
diff --git a/arch/arm/mach-mx25/devices.c b/arch/arm/mach-mx25/devices.c index eb12de1..25c3296 100644 --- a/arch/arm/mach-mx25/devices.c +++ b/arch/arm/mach-mx25/devices.c @@ -1,4 +1,5 @@ #include <linux/platform_device.h> +#include <linux/dma-mapping.h> #include <linux/gpio.h> #include <mach/mx25.h> #include <mach/irqs.h>