]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS: Remove unneeded __ref annotation for cpu_die function
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Sat, 13 Sep 2014 17:49:32 +0000 (02:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 20 Oct 2014 15:06:22 +0000 (00:06 +0900)
commitd5ba102ab729f19b93250a9cb7785175b9911bbf
tree1fb1d1573c5364def42584cf331748c21ab4edff
parent8ea51d7d97e6dd55901e5c3b69a975219303c849
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>
arch/arm/mach-exynos/platsmp.c