diff options
author | Magnus Damm <damm@opensource.se> | 2013-08-08 02:13:49 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-21 04:47:31 +0400 |
commit | c4e1e64d2b6a921a57629ede635f81f5d2882543 (patch) | |
tree | c481a303bdfae2ca62a6423b27744103bd19acc2 /arch/arm/mach-shmobile/include | |
parent | a3b142a1a08af543473ae726e5d96a969c5b02b5 (diff) | |
download | linux-c4e1e64d2b6a921a57629ede635f81f5d2882543.tar.xz |
ARM: shmobile: Remove unused shmobile_smp_init_cpus()
Remove shmobile_smp_init_cpus() since all SMP platforms in
mach-shmobile now rely on DT for CPU core description instead
of for instance determining number of cores from the SCU.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 1ed155eb3e92..26eaff1429bf 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h @@ -40,7 +40,6 @@ static inline int shmobile_cpuidle_init(void) { return 0; } #endif extern void __iomem *shmobile_scu_base; -extern void shmobile_smp_init_cpus(unsigned int ncores); static inline void __init shmobile_init_late(void) { |