diff options
author | Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> | 2011-11-03 00:59:40 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-11-04 22:28:09 +0100 |
commit | 4e71c9545b9afaa47f178b7ffda0bc630c8ad2c7 (patch) | |
tree | bec7b57b17d9de21829d5d041cf6cf2389f9e544 | |
parent | 79cfbdfa87e84992d509e6c1648a18e1d7e68c20 (diff) | |
download | linux-3.10-4e71c9545b9afaa47f178b7ffda0bc630c8ad2c7.tar.gz linux-3.10-4e71c9545b9afaa47f178b7ffda0bc630c8ad2c7.tar.bz2 linux-3.10-4e71c9545b9afaa47f178b7ffda0bc630c8ad2c7.zip |
PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug'
Remove the suspend_cpu_hotplug declaration, which doesn't correspond
to an existing variable.
[rjw: Added the changelog.]
Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
-rw-r--r-- | include/linux/cpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index b1a635acf72..6cb60fd2ea8 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -196,13 +196,9 @@ static inline void cpu_hotplug_driver_unlock(void) #endif /* CONFIG_HOTPLUG_CPU */ #ifdef CONFIG_PM_SLEEP_SMP -extern int suspend_cpu_hotplug; - extern int disable_nonboot_cpus(void); extern void enable_nonboot_cpus(void); #else /* !CONFIG_PM_SLEEP_SMP */ -#define suspend_cpu_hotplug 0 - static inline int disable_nonboot_cpus(void) { return 0; } static inline void enable_nonboot_cpus(void) {} #endif /* !CONFIG_PM_SLEEP_SMP */ |