clk_put — "free" the clock source
void clk_put (struct clk * clk);
void clk_put
clock source
drivers must ensure that all clk_enable calls made on this clock source are balanced by clk_disable calls prior to calling this function.