瀏覽代碼

clk: sunxi-ng: Staticize ccu_mux_helper_unapply_prediv()

It isn't used outside of this file right now.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Stephen Boyd 8 年之前
父節點
當前提交
4dc6e1a356
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/clk/sunxi-ng/ccu_mux.c

+ 1 - 1
drivers/clk/sunxi-ng/ccu_mux.c

@@ -68,7 +68,7 @@ unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common,
 	return parent_rate / ccu_mux_get_prediv(common, cm, parent_index);
 }
 
-unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common,
+static unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common,
 					    struct ccu_mux_internal *cm,
 					    int parent_index,
 					    unsigned long parent_rate)