Searched hist:"2 e41e5fe88f99c03a77c4325870f160378b42268" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/mach-shmobile/ |
H A D | suspend.c | diff 2e41e5fe88f99c03a77c4325870f160378b42268 Thu Jan 28 09:20:48 CST 2016 Geert Uytterhoeven <geert+renesas@glider.be> 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>
|
H A D | timer.c | diff 2e41e5fe88f99c03a77c4325870f160378b42268 Thu Jan 28 09:20:48 CST 2016 Geert Uytterhoeven <geert+renesas@glider.be> 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>
|