ARM: shmobile: Add includes providing forward declarations
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 28 Jan 2016 15:20:48 +0000 (16:20 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 4 Feb 2016 14:09:29 +0000 (15:09 +0100)
commit2e41e5fe88f99c03a77c4325870f160378b42268
treef13f0e81f58cd2458170cf9407bdbde73c9ca219
parent0c1690705417ac1b33f01125552349e3cfc9766d
ARM: shmobile: Add includes providing forward declarations

make C=1:

    arch/arm/mach-shmobile/timer.c:38:13: warning: symbol 'shmobile_init_delay' was not declared. Should it be static?
    arch/arm/mach-shmobile/suspend.c:37:29: warning: symbol 'shmobile_suspend_ops' was not declared. Should it be static?
    arch/arm/mach-shmobile/suspend.c:44:12: warning: symbol 'shmobile_suspend_init' was not declared. Should it be static?
    arch/arm/mach-shmobile/cpufreq.c:13:12: warning: symbol 'shmobile_cpufreq_init' was not declared. Should it be static?

Include "common.h" to fix these.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/cpufreq.c
arch/arm/mach-shmobile/suspend.c
arch/arm/mach-shmobile/timer.c
This page took 0.03368 seconds and 5 git commands to generate.