Revision b1d8e52e hw/omap_clk.c

b/hw/omap_clk.c
1101 1101

  
1102 1102
/* If a clock is allowed to idle, it is disabled automatically when
1103 1103
 * all of clock domains using it are disabled.  */
1104
int omap_clk_is_idle(struct clk *clk)
1104
static int omap_clk_is_idle(struct clk *clk)
1105 1105
{
1106 1106
    struct clk *chld;
1107 1107

  

Also available in: Unified diff