ARM: hisi: do not export smp_operations structures
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 15 Nov 2015 01:39:52 +0000 (10:39 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 1 Dec 2015 21:17:13 +0000 (22:17 +0100)
commit635e958dad5639102fcf8acf2d8feb6a80c6e689
treea8cbfafcd57834d77801a129db355e204430429d
parent31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8
ARM: hisi: do not export smp_operations structures

These three structures are only defined and referenced in
mach-hisi/platsmp.c.

Drop the declarations from the header and add static qualifier
to the definitions.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm/mach-hisi/core.h
arch/arm/mach-hisi/platsmp.c