diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/omap-mpuss-lowpower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-mpuss-lowpower.c b/arch/arm/mach-omap2/omap-mpuss-lowpower.c index 1d5d01056558..fe9ab7c58fae 100644 --- a/arch/arm/mach-omap2/omap-mpuss-lowpower.c +++ b/arch/arm/mach-omap2/omap-mpuss-lowpower.c | |||
@@ -300,7 +300,7 @@ int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state) | |||
300 | * @cpu : CPU ID | 300 | * @cpu : CPU ID |
301 | * @power_state: CPU low power state. | 301 | * @power_state: CPU low power state. |
302 | */ | 302 | */ |
303 | int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) | 303 | int __cpuinit omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) |
304 | { | 304 | { |
305 | unsigned int cpu_state = 0; | 305 | unsigned int cpu_state = 0; |
306 | 306 | ||