diff options
Diffstat (limited to 'kernel/arch/arm/mach-vexpress/hotplug.c')
-rw-r--r-- | kernel/arch/arm/mach-vexpress/hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-vexpress/hotplug.c b/kernel/arch/arm/mach-vexpress/hotplug.c index f0ce6b8f5..f2fafc10a 100644 --- a/kernel/arch/arm/mach-vexpress/hotplug.c +++ b/kernel/arch/arm/mach-vexpress/hotplug.c @@ -85,7 +85,7 @@ static inline void platform_do_lowpower(unsigned int cpu, int *spurious) * * Called with IRQs disabled */ -void __ref vexpress_cpu_die(unsigned int cpu) +void vexpress_cpu_die(unsigned int cpu) { int spurious = 0; |