diff options
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 48c0def2dbc2..86a5e13c9f59 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -23,9 +23,10 @@ | |||
23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
24 | #include <asm/mach/map.h> | 24 | #include <asm/mach/map.h> |
25 | 25 | ||
26 | #include "iomap.h" | ||
27 | #include <plat-omap/dma-omap.h> | 26 | #include <plat-omap/dma-omap.h> |
28 | #include <plat/omap_hwmod.h> | 27 | |
28 | #include "iomap.h" | ||
29 | #include "omap_hwmod.h" | ||
29 | #include "omap_device.h" | 30 | #include "omap_device.h" |
30 | #include "omap4-keypad.h" | 31 | #include "omap4-keypad.h" |
31 | 32 | ||