diff options
Diffstat (limited to 'kernel/arch/arm/mach-ux500/hotplug.c')
-rw-r--r-- | kernel/arch/arm/mach-ux500/hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-ux500/hotplug.c b/kernel/arch/arm/mach-ux500/hotplug.c index 2bc00b085..1cbed0331 100644 --- a/kernel/arch/arm/mach-ux500/hotplug.c +++ b/kernel/arch/arm/mach-ux500/hotplug.c @@ -21,7 +21,7 @@ * * Called with IRQs disabled */ -void __ref ux500_cpu_die(unsigned int cpu) +void ux500_cpu_die(unsigned int cpu) { /* directly enter low power state, skipping secure registers */ for (;;) { |