aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/platsmp.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2014-09-14 02:49:32 +0900
committerKukjin Kim <kgene.kim@samsung.com>2014-10-21 00:06:22 +0900
commit27b9ee852cce3baec47af0b88a62cea62a5dd84d (patch)
tree1fb1d1573c5364def42584cf331748c21ab4edff /arch/arm/mach-exynos/platsmp.c
parentARM: EXYNOS: Move code from hotplug.c to platsmp.c (diff)
downloadlinux-dev-27b9ee852cce3baec47af0b88a62cea62a5dd84d.tar.xz
linux-dev-27b9ee852cce3baec47af0b88a62cea62a5dd84d.zip
ARM: EXYNOS: Remove unneeded __ref annotation for cpu_die function
The __ref annotation for exynos_cpu_die() is not needed because the function does not reference any __init/__exit symbol or call. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/platsmp.c')
-rw-r--r--arch/arm/mach-exynos/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c
index 87a73eec9b36..5d277924ef77 100644
--- a/arch/arm/mach-exynos/platsmp.c
+++ b/arch/arm/mach-exynos/platsmp.c
@@ -373,7 +373,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
*
* Called with IRQs disabled
*/
-static void __ref exynos_cpu_die(unsigned int cpu)
+static void exynos_cpu_die(unsigned int cpu)
{
int spurious = 0;