diff options
Diffstat (limited to 'kernel/arch/arm/mach-omap2/omap-hotplug.c')
-rw-r--r-- | kernel/arch/arm/mach-omap2/omap-hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-omap2/omap-hotplug.c b/kernel/arch/arm/mach-omap2/omap-hotplug.c index 971791fe9..593fec753 100644 --- a/kernel/arch/arm/mach-omap2/omap-hotplug.c +++ b/kernel/arch/arm/mach-omap2/omap-hotplug.c @@ -27,7 +27,7 @@ * platform-specific code to shutdown a CPU * Called with IRQs disabled */ -void __ref omap4_cpu_die(unsigned int cpu) +void omap4_cpu_die(unsigned int cpu) { unsigned int boot_cpu = 0; void __iomem *base = omap_get_wakeupgen_base(); |