ARM: socfpga: hide unused functions
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Feb 2016 14:08:42 +0000 (15:08 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 26 Feb 2016 16:44:54 +0000 (17:44 +0100)
commit5d37e80b8053795f1f7553f93af0112062f05267
tree3d8d63b3efe2929d663487f9f17bb9afdd305adb
parent302cff1a16b0759708e131a2540c6342e9095803
ARM: socfpga: hide unused functions

The cpu_die and cpu_kill callbacks are only used when CONFIG_HOTPLUG_CPU
is enabled, otherwise we get a warning about them:

arch/arm/mach-socfpga/platsmp.c:102:13: error: 'socfpga_cpu_die' defined but not used [-Werror=unused-function]
arch/arm/mach-socfpga/platsmp.c:115:12: error: 'socfpga_cpu_kill' defined but not used [-Werror=unused-function]

This adds the appropriate #ifdef.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/mach-socfpga/platsmp.c
This page took 0.023927 seconds and 5 git commands to generate.