diff options
author | 2015-09-04 19:33:54 -0400 | |
---|---|---|
committer | 2015-12-18 09:41:43 +0100 | |
commit | e50be5cd0caa1d3c59d2fa9064c3932f3f74e047 (patch) | |
tree | 6bba8901b1d9515e313c455ca334fb1d0c530436 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | soc: mediatek: SCPSYS: Add regulator support (diff) | |
download | linux-dev-e50be5cd0caa1d3c59d2fa9064c3932f3f74e047.tar.xz linux-dev-e50be5cd0caa1d3c59d2fa9064c3932f3f74e047.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions