drivers/soc: make mediatek/mtk-scpsys.c explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 4 Sep 2015 23:33:54 +0000 (19:33 -0400)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 18 Dec 2015 08:41:43 +0000 (09:41 +0100)
commite50be5cd0caa1d3c59d2fa9064c3932f3f74e047
tree6bba8901b1d9515e313c455ca334fb1d0c530436
parent4688f3856dc1a739ef8a1063abf1e91a657db251
drivers/soc: make mediatek/mtk-scpsys.c explicitly non-modular

The Kconfig currently controlling compilation of this code is:

drivers/soc/mediatek/Kconfig:config MTK_SCPSYS
drivers/soc/mediatek/Kconfig:   bool "MediaTek SCPSYS Support"

...meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modularity so that when reading the
driver there is no doubt it is builtin-only.

Since module_platform_driver() uses the same init level priority as
builtin_platform_driver() the init ordering remains unchanged with
this commit.

Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Daniel Kurtz <djkurtz@chromium.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Olof Johansson <olof@lixom.net>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-mediatek@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-scpsys.c