]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: realview: use const and __initconst for smp_operations
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jan 2016 11:33:07 +0000 (20:33 +0900)
committerOlof Johansson <olof@lixom.net>
Mon, 1 Feb 2016 20:17:30 +0000 (12:17 -0800)
commit567fdd9d91db09c0af563930253ef9dbb28ddb5b
treebf93fc4a9892ee9e62722e2bb3a6adc3eb90ca75
parent047a555f95fec4bcb8adfc37eb6fb1026fb3026a
ARM: realview: use const and __initconst for smp_operations

This newly added code missed the global fixup by commit 75305275a721
("ARM: use const and __initconst for smp_operations").  So fix it now.

Also, add missing "static" qualifier.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-realview/platsmp-dt.c