diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index b624ad648212..b6031e468def 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -58,7 +58,7 @@ | |||
58 | #define MAX_MODULE_RESET_WAIT 10000 | 58 | #define MAX_MODULE_RESET_WAIT 10000 |
59 | 59 | ||
60 | /* Name of the OMAP hwmod for the MPU */ | 60 | /* Name of the OMAP hwmod for the MPU */ |
61 | #define MPU_INITIATOR_NAME "mpu_hwmod" | 61 | #define MPU_INITIATOR_NAME "mpu" |
62 | 62 | ||
63 | /* omap_hwmod_list contains all registered struct omap_hwmods */ | 63 | /* omap_hwmod_list contains all registered struct omap_hwmods */ |
64 | static LIST_HEAD(omap_hwmod_list); | 64 | static LIST_HEAD(omap_hwmod_list); |