summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2016-08-28 07:28:15 +0200
committerRoger Quadros <rogerq@ti.com>2016-08-29 10:00:24 +0200
commit3950fffdf0c088dd4d9e85c9a5a6be4c6e8b5a07 (patch)
tree076ec0898b5da0a625ce6922b4b65b0e3b610769 /arch/nios2
parentmemory: omap-gpmc: Fix build with CONFIG_OMAP_GPMC disabled (diff)
downloadlinux-3950fffdf0c088dd4d9e85c9a5a6be4c6e8b5a07.tar.xz
linux-3950fffdf0c088dd4d9e85c9a5a6be4c6e8b5a07.zip
memory: omap-gpmc: make gpmc_clk_ticks_to_ns() static
We get 1 warning when build kernel with W=1: drivers/memory/omap-gpmc.c:354:14: warning: no previous prototype for 'gpmc_clk_ticks_to_ns' [-Wmissing-prototypes] In fact, this function is only used in the file in which it is declared and don't need a declaration, but can be made static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'arch/nios2')
0 files changed, 0 insertions, 0 deletions