diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-01-29 15:00:23 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 09:34:17 (GMT) |
commit | 87bbb19721fbd6b5e556105c188da80d06f738b1 (patch) | |
tree | 7219f7a28f25aafecf9eb60953ad93bef16e5c41 /arch/arm/mach-mx1 | |
parent | 2420563227897ed3900606e720f886e122944d2c (diff) | |
download | linux-fsl-qoriq-87bbb19721fbd6b5e556105c188da80d06f738b1.tar.xz |
[ARM] mxc: add missing include
include devices.h from devices.c to avoid inconsistencies and to fix
sparse warnings
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx1')
-rw-r--r-- | arch/arm/mach-mx1/devices.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx1/devices.c b/arch/arm/mach-mx1/devices.c index cea8f2c..97f42d9 100644 --- a/arch/arm/mach-mx1/devices.c +++ b/arch/arm/mach-mx1/devices.c @@ -26,6 +26,8 @@ #include <mach/irqs.h> #include <mach/hardware.h> +#include "devices.h" + static struct resource imx_csi_resources[] = { [0] = { .start = 0x00224000, |