diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2017-02-07 19:18:47 -0500 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-03-08 09:36:45 +0100 |
commit | 80b8b1a15cbf24827e588d397500d1c1dc1e7a43 (patch) | |
tree | 31259c45403563d89de4fc4e900b83a9de065900 /Documentation/DocBook | |
parent | 8290924e6878069683254e118fdc3a9e422a0ac0 (diff) | |
download | blackbird-op-linux-80b8b1a15cbf24827e588d397500d1c1dc1e7a43.tar.gz blackbird-op-linux-80b8b1a15cbf24827e588d397500d1c1dc1e7a43.zip |
reset: oxnas: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is:
drivers/reset/Kconfig:config RESET_OXNAS
drivers/reset/Kconfig: bool
...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.
Cc: linux-oxnas@lists.tuxfamily.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'Documentation/DocBook')
0 files changed, 0 insertions, 0 deletions