commit | c58b31aa46b4c1197acd3503e8c07da79b6bc1c2 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Jan 28 16:20:49 2016 +0100 |
committer | Simon Horman <horms+renesas@verge.net.au> | Fri Feb 19 14:45:31 2016 +0900 |
tree | 192d0034b90055a71b0a03c4edc1be096fc5bd9a | |
parent | 247ac89b99102f79483f7e08b9a94911f9b482d9 [diff] |
ARM: shmobile: emev2: Move declaration of emev2_smp_ops to emev2.h make C=1: arch/arm/mach-shmobile/smp-emev2.c:51:29: warning: symbol 'emev2_smp_ops' was not declared. Should it be static? To fix this, move the forward declaration of emev2_smp_ops to a header file, and include it where appropriate. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>