diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-05-20 14:31:10 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-05-20 14:31:10 -0400 |
commit | 5c2c02961ea39d7bbe4d87f362ab3173a424794b (patch) | |
tree | 1b68bd3dd611237ce96d01531e25fb8db9cd17f8 /arch/arm/mach-omap2/omap_hwmod.c | |
parent | f5c1f84bcc9c5b7a664886d0a5e7143d0bc3251f (diff) |
OMAP: hwmod: Rename hwmod name for the MPU
In the lastest OMAP4 hwmod data file, the _hwmod was removed
in order to save some memory space and because it does not
bring a lot.
The same cleanup will be have to done for other hwmods in
OMAP2 & 3 data files.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
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); |