Skip to content
Snippets Groups Projects
Commit 27b9ee85 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Kukjin Kim
Browse files

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: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 6f0b7c0c
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus) ...@@ -373,7 +373,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
* *
* Called with IRQs disabled * Called with IRQs disabled
*/ */
static void __ref exynos_cpu_die(unsigned int cpu) static void exynos_cpu_die(unsigned int cpu)
{ {
int spurious = 0; int spurious = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment