diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap-hotplug.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-hotplug.c b/arch/arm/mach-omap2/omap-hotplug.c index adbe4d8c7caf..56c345b8b931 100644 --- a/arch/arm/mach-omap2/omap-hotplug.c +++ b/arch/arm/mach-omap2/omap-hotplug.c | |||
@@ -33,7 +33,7 @@ int platform_cpu_kill(unsigned int cpu) | |||
33 | * platform-specific code to shutdown a CPU | 33 | * platform-specific code to shutdown a CPU |
34 | * Called with IRQs disabled | 34 | * Called with IRQs disabled |
35 | */ | 35 | */ |
36 | void platform_cpu_die(unsigned int cpu) | 36 | void __ref platform_cpu_die(unsigned int cpu) |
37 | { | 37 | { |
38 | unsigned int this_cpu; | 38 | unsigned int this_cpu; |
39 | 39 | ||