diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-09-30 12:35:52 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-10-02 09:09:10 +0200 |
commit | b02019e6c8e37eec3cf214b50604af732936dd1c (patch) | |
tree | b9c683a3f746f68f6b27da2597b4da5bd67cb05c /arch/arm/mach-mx25 | |
parent | 5cf3bcdada29c2e0af945571761ff28264650398 (diff) | |
download | op-kernel-dev-b02019e6c8e37eec3cf214b50604af732936dd1c.zip op-kernel-dev-b02019e6c8e37eec3cf214b50604af732936dd1c.tar.gz |
mx25 devices: Add missing include
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25')
-rw-r--r-- | arch/arm/mach-mx25/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |