File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ EXPORT_SYMBOL_GPL(imx_ccm_lock);
20
20
bool mcore_booted ;
21
21
EXPORT_SYMBOL_GPL (mcore_booted );
22
22
23
- void imx_unregister_clocks (struct clk * clks [], unsigned int count )
24
- {
25
- unsigned int i ;
26
-
27
- for (i = 0 ; i < count ; i ++ )
28
- clk_unregister (clks [i ]);
29
- }
30
-
31
23
void imx_unregister_hw_clocks (struct clk_hw * hws [], unsigned int count )
32
24
{
33
25
unsigned int i ;
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ static inline void imx_register_uart_clocks(void)
19
19
}
20
20
#endif
21
21
void imx_mmdc_mask_handshake (void __iomem * ccm_base , unsigned int chn );
22
- void imx_unregister_clocks (struct clk * clks [], unsigned int count );
23
22
void imx_unregister_hw_clocks (struct clk_hw * hws [], unsigned int count );
24
23
25
24
extern void imx_cscmr1_fixup (u32 * val );
You can’t perform that action at this time.
0 commit comments