commit | b02019e6c8e37eec3cf214b50604af732936dd1c | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Sep 30 12:35:52 2009 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Oct 02 09:09:10 2009 +0200 |
tree | b9c683a3f746f68f6b27da2597b4da5bd67cb05c | |
parent | 5cf3bcdada29c2e0af945571761ff28264650398 [diff] |
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>