File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 21
21
*
22
22
* To do:
23
23
* - add interconnect error log structures
24
- * - add pinmuxing
25
24
* - init_conn_id_bit (CONNID_BIT_VECTOR)
26
25
* - implement default hwmod SMS/SDRC flags?
27
26
* - move Linux-specific data ("non-ROM data") out
@@ -150,22 +149,6 @@ extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type3;
150
149
#define DEBUG_AM33XXUART1_FLAGS DEBUG_OMAPUART_FLAGS
151
150
#endif
152
151
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
-
169
152
/**
170
153
* struct omap_hwmod_irq_info - MPU IRQs used by the hwmod
171
154
* @name: name of the IRQ channel (module local name)
@@ -673,7 +656,6 @@ struct omap_hwmod {
673
656
const char * name ;
674
657
struct omap_hwmod_class * class ;
675
658
struct omap_device * od ;
676
- struct omap_hwmod_mux_info * mux ;
677
659
struct omap_hwmod_irq_info * mpu_irqs ;
678
660
struct omap_hwmod_dma_info * sdma_reqs ;
679
661
struct omap_hwmod_rst_info * rst_lines ;
You can’t perform that action at this time.
0 commit comments