Skip to content

Commit dd33074

Browse files
committed
ARM: OMAP2+: Drop unused omap_hwmod_mux_info
This is no longer used as we boot in device tree only mode. Cc: Lokesh Vutla <[email protected]> Cc: Paul Walmsley <[email protected]> Cc: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 680dc62 commit dd33074

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

arch/arm/mach-omap2/omap_hwmod.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
*
2222
* To do:
2323
* - add interconnect error log structures
24-
* - add pinmuxing
2524
* - init_conn_id_bit (CONNID_BIT_VECTOR)
2625
* - implement default hwmod SMS/SDRC flags?
2726
* - move Linux-specific data ("non-ROM data") out
@@ -150,22 +149,6 @@ extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type3;
150149
#define DEBUG_AM33XXUART1_FLAGS DEBUG_OMAPUART_FLAGS
151150
#endif
152151

153-
/**
154-
* struct omap_hwmod_mux_info - hwmod specific mux configuration
155-
* @pads: array of omap_device_pad entries
156-
* @nr_pads: number of omap_device_pad entries
157-
*
158-
* Note that this is currently built during init as needed.
159-
*/
160-
struct omap_hwmod_mux_info {
161-
int nr_pads;
162-
struct omap_device_pad *pads;
163-
int nr_pads_dynamic;
164-
struct omap_device_pad **pads_dynamic;
165-
int *irqs;
166-
bool enabled;
167-
};
168-
169152
/**
170153
* struct omap_hwmod_irq_info - MPU IRQs used by the hwmod
171154
* @name: name of the IRQ channel (module local name)
@@ -673,7 +656,6 @@ struct omap_hwmod {
673656
const char *name;
674657
struct omap_hwmod_class *class;
675658
struct omap_device *od;
676-
struct omap_hwmod_mux_info *mux;
677659
struct omap_hwmod_irq_info *mpu_irqs;
678660
struct omap_hwmod_dma_info *sdma_reqs;
679661
struct omap_hwmod_rst_info *rst_lines;

0 commit comments

Comments
 (0)