clk: remove unnecessary EXPORT_SYMBOL_GPL
[firefly-linux-kernel-4.4.55.git] / drivers / clk / clk-fixed-rate.c
index 90c79fb5d1bd61525090f684471edda1461a9685..651b06f49e15ae19f1722fc921fd0b832ddcb4c3 100644 (file)
@@ -32,7 +32,6 @@ static unsigned long clk_fixed_rate_recalc_rate(struct clk_hw *hw,
 {
        return to_clk_fixed_rate(hw)->fixed_rate;
 }
-EXPORT_SYMBOL_GPL(clk_fixed_rate_recalc_rate);
 
 struct clk_ops clk_fixed_rate_ops = {
        .recalc_rate = clk_fixed_rate_recalc_rate,