Skip to content

Commit

Permalink
ARM: EXYNOS: Remove unneeded __ref annotation for cpu_die function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Kukjin Kim committed Oct 20, 2014
1 parent 6f0b7c0 commit 27b9ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 27b9ee8

Please sign in to comment.