diff options
Diffstat (limited to 'arch/arm/mach-omap2/pmu.c')
-rw-r--r-- | arch/arm/mach-omap2/pmu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pmu.c b/arch/arm/mach-omap2/pmu.c index 2a791766283d..3cf79b54ce61 100644 --- a/arch/arm/mach-omap2/pmu.c +++ b/arch/arm/mach-omap2/pmu.c | |||
@@ -15,8 +15,9 @@ | |||
15 | 15 | ||
16 | #include <asm/pmu.h> | 16 | #include <asm/pmu.h> |
17 | 17 | ||
18 | #include <plat/omap_hwmod.h> | 18 | #include "soc.h" |
19 | #include <plat/omap_device.h> | 19 | #include "omap_hwmod.h" |
20 | #include "omap_device.h" | ||
20 | 21 | ||
21 | static char *omap2_pmu_oh_names[] = {"mpu"}; | 22 | static char *omap2_pmu_oh_names[] = {"mpu"}; |
22 | static char *omap3_pmu_oh_names[] = {"mpu", "debugss"}; | 23 | static char *omap3_pmu_oh_names[] = {"mpu", "debugss"}; |