clk: mvebu: staticize of_cpu_clk_setup
authorJisheng Zhang <jszhang@marvell.com>
Thu, 7 Nov 2013 08:59:33 +0000 (16:59 +0800)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 03:21:36 +0000 (03:21 +0000)
commit3ca08509ac49c12c48d694e3ac849642fa7b0d4f
tree253138546fdb2e0a7e42d86420efbc2e62fbfde3
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
clk: mvebu: staticize of_cpu_clk_setup

This symbol is used only in this file. The patch fix the following
sparse warning:
warning: symbol 'of_cpu_clk_setup' was not declared. Should it be static?

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/clk/mvebu/clk-cpu.c