diff options
Diffstat (limited to 'arch/arm/mach-omap2/pmu.c')
| -rw-r--r-- | arch/arm/mach-omap2/pmu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pmu.c b/arch/arm/mach-omap2/pmu.c index 2a791766283..4b3230fe228 100644 --- a/arch/arm/mach-omap2/pmu.c +++ b/arch/arm/mach-omap2/pmu.c @@ -16,7 +16,7 @@  #include <asm/pmu.h>  #include <plat/omap_hwmod.h> -#include <plat/omap_device.h> +#include "omap_device.h"  static char *omap2_pmu_oh_names[] = {"mpu"};  static char *omap3_pmu_oh_names[] = {"mpu", "debugss"};  |