aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_2430_data.c
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2010-07-26 18:34:29 -0400
committerPaul Walmsley <paul@pwsan.com>2010-07-26 18:34:29 -0400
commitfa98347ebf1c516e49694e1584cd96a63428676a (patch)
tree4b7dad05459cdceb5443af6977308cb6858d008e /arch/arm/mach-omap2/omap_hwmod_2430_data.c
parent2eb1875d2b7560e70c19a11daa00e06e0de9eea1 (diff)
OMAP2&3: hwmod: Remove _hwmod prefix in name string
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. Align OMAP2420, 2430 and 3430 data files with the same convention. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Rajendra Nayak <rnayak@ti.com> Acked-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2430_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_2430_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c
index 8b1f74b7974c..b2100cfb3171 100644
--- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c
@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2430_l3_masters[] = {
59 59
60/* L3 */ 60/* L3 */
61static struct omap_hwmod omap2430_l3_hwmod = { 61static struct omap_hwmod omap2430_l3_hwmod = {
62 .name = "l3_hwmod", 62 .name = "l3_main",
63 .class = &l3_hwmod_class, 63 .class = &l3_hwmod_class,
64 .masters = omap2430_l3_masters, 64 .masters = omap2430_l3_masters,
65 .masters_cnt = ARRAY_SIZE(omap2430_l3_masters), 65 .masters_cnt = ARRAY_SIZE(omap2430_l3_masters),
@@ -92,7 +92,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_core_masters[] = {
92 92
93/* L4 CORE */ 93/* L4 CORE */
94static struct omap_hwmod omap2430_l4_core_hwmod = { 94static struct omap_hwmod omap2430_l4_core_hwmod = {
95 .name = "l4_core_hwmod", 95 .name = "l4_core",
96 .class = &l4_hwmod_class, 96 .class = &l4_hwmod_class,
97 .masters = omap2430_l4_core_masters, 97 .masters = omap2430_l4_core_masters,
98 .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters), 98 .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters),
@@ -113,7 +113,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_wkup_masters[] = {
113 113
114/* L4 WKUP */ 114/* L4 WKUP */
115static struct omap_hwmod omap2430_l4_wkup_hwmod = { 115static struct omap_hwmod omap2430_l4_wkup_hwmod = {
116 .name = "l4_wkup_hwmod", 116 .name = "l4_wkup",
117 .class = &l4_hwmod_class, 117 .class = &l4_hwmod_class,
118 .masters = omap2430_l4_wkup_masters, 118 .masters = omap2430_l4_wkup_masters,
119 .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters), 119 .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters),