提交 27b9ee85 编写于 作者: K Krzysztof Kozlowski 提交者: Kukjin Kim

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: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: NTomasz Figa <t.figa@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 6f0b7c0c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册