diff options
author | Tony Lindgren <tony@atomide.com> | 2011-07-10 23:18:06 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-07-10 23:18:06 -0700 |
commit | e1d62c9bd8779a8e4a335803f0fced9e614d0a9f (patch) | |
tree | 1f20939eca46cd6bb169f0174439035fcf324cd2 /arch/arm/mach-omap2/omap_hwmod_common_data.c | |
parent | 354a183f536a8edf6cb80ee3e3f393736e278810 (diff) | |
parent | c402c0d9dfa8d4fb54dd98fc12525f39d0f29bfe (diff) | |
download | blackbird-op-linux-e1d62c9bd8779a8e4a335803f0fced9e614d0a9f.tar.gz blackbird-op-linux-e1d62c9bd8779a8e4a335803f0fced9e614d0a9f.zip |
Merge branch 'prcm-cleanup-3.1' of git://git.pwsan.com/linux-2.6 into cleanup-part-3
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_common_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_common_data.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_common_data.c b/arch/arm/mach-omap2/omap_hwmod_common_data.c index 08a134243ecb..de832ebc93a9 100644 --- a/arch/arm/mach-omap2/omap_hwmod_common_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_common_data.c @@ -49,23 +49,3 @@ struct omap_hwmod_sysc_fields omap_hwmod_sysc_type2 = { .srst_shift = SYSC_TYPE2_SOFTRESET_SHIFT, }; - -/* - * omap_hwmod class data - */ - -struct omap_hwmod_class l3_hwmod_class = { - .name = "l3" -}; - -struct omap_hwmod_class l4_hwmod_class = { - .name = "l4" -}; - -struct omap_hwmod_class mpu_hwmod_class = { - .name = "mpu" -}; - -struct omap_hwmod_class iva_hwmod_class = { - .name = "iva" -}; |