diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-09-30 06:35:52 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-10-02 03:09:10 -0400 |
commit | b02019e6c8e37eec3cf214b50604af732936dd1c (patch) | |
tree | b9c683a3f746f68f6b27da2597b4da5bd67cb05c /arch/arm/mach-mx25 | |
parent | 5cf3bcdada29c2e0af945571761ff28264650398 (diff) |
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 eb12de1da42d..25c32967405e 100644 --- a/arch/arm/mach-mx25/devices.c +++ b/arch/arm/mach-mx25/devices.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include <linux/platform_device.h> | 1 | #include <linux/platform_device.h> |
2 | #include <linux/dma-mapping.h> | ||
2 | #include <linux/gpio.h> | 3 | #include <linux/gpio.h> |
3 | #include <mach/mx25.h> | 4 | #include <mach/mx25.h> |
4 | #include <mach/irqs.h> | 5 | #include <mach/irqs.h> |