projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0b7c0
)
ARM: EXYNOS: Remove unneeded __ref annotation for cpu_die function
author
Krzysztof Kozlowski
<
[email protected]
>
Sat, 13 Sep 2014 17:49:32 +0000
(
02:49
+0900)
committer
Kukjin Kim
<
[email protected]
>
Mon, 20 Oct 2014 15:06:22 +0000
(
00:06
+0900)
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 <
[email protected]
>
Reviewed-by: Tomasz Figa <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/mach-exynos/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/platsmp.c
b/arch/arm/mach-exynos/platsmp.c
index 87a73eec9b36a9e930ee3443e679d219ab80beb4..5d277924ef77a42e7f868e33f0c14b3e70a9146d 100644
(file)
--- 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;