Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: ux500: Staticize ux500_twocell_get

ux500_twocell_get is a local symbol.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Sachin Kamat and committed by
Mike Turquette
c112c1d8 22e5de81

+2 -1
+2 -1
drivers/clk/ux500/u8500_of_clk.c
··· 29 29 #define PRCC_KCLK_STORE(clk, base, bit) \ 30 30 prcc_kclk[(base * PRCC_PERIPHS_PER_CLUSTER) + bit] = clk 31 31 32 - struct clk *ux500_twocell_get(struct of_phandle_args *clkspec, void *data) 32 + static struct clk *ux500_twocell_get(struct of_phandle_args *clkspec, 33 + void *data) 33 34 { 34 35 struct clk **clk_data = data; 35 36 unsigned int base, bit;