diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-21 12:02:12 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 22:03:19 +0100 |
commit | d9d9cec02835778e97a4ddc1d601d6b518ddfe89 (patch) | |
tree | 125dd9ef812f7327693c992e6eb26d4f089ffd8d /arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | |
parent | ARM: OMAP2+: Remove legacy mux code (diff) | |
download | linux-d9d9cec02835778e97a4ddc1d601d6b518ddfe89.tar.xz linux-d9d9cec02835778e97a4ddc1d601d6b518ddfe89.zip |
ARM: OMAP2+: Remove legacy data from hwmod for omap3
This data is now coming from device tree so we can remove the
duplicate data. Let's keep the DSS and DMA related things for now
until those have been converted to device tree completely.
While at it, let's also add the trailing commas to data structures
so further processing with scripts will be a bit easier.
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c index 36bcd2e75422..e047033caa3e 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c @@ -569,7 +569,6 @@ struct omap_hwmod omap2xxx_dss_core_hwmod = { struct omap_hwmod omap2xxx_dss_dispc_hwmod = { .name = "dss_dispc", .class = &omap2_dispc_hwmod_class, - .mpu_irqs = omap2_dispc_irqs, .main_clk = "dss1_fck", .prcm = { .omap2 = { |