diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2017-02-07 19:18:45 -0500 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-03-08 09:36:45 +0100 |
commit | 01db1cb154af04e6e6b7025ed4c93074f0981e8c (patch) | |
tree | f377c63dc51cb4b41a10c842ef826122d63384ee /certs | |
parent | 90ce95ab3d661417ce2a17eebc894285960f7068 (diff) | |
download | op-kernel-dev-01db1cb154af04e6e6b7025ed4c93074f0981e8c.zip op-kernel-dev-01db1cb154af04e6e6b7025ed4c93074f0981e8c.tar.gz |
reset: pistachio: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is:
drivers/reset/Kconfig:config RESET_PISTACHIO
drivers/reset/Kconfig: bool "Pistachio Reset Driver" if COMPILE_TEST
...meaning that it currently is not being built as a module by anyone.
Lets remove the couple traces of modular infrastructure use, 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.
Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
We also delete the MODULE_LICENSE tag etc. since all that information
is already contained at the top of the file in the comments.
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions