summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-02-08 01:18:47 +0100
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-03-08 09:36:45 +0100
commit80b8b1a15cbf24827e588d397500d1c1dc1e7a43 (patch)
tree31259c45403563d89de4fc4e900b83a9de065900 /drivers/pwm
parentreset: meson: make it explicitly non-modular (diff)
downloadlinux-80b8b1a15cbf24827e588d397500d1c1dc1e7a43.tar.xz
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 'drivers/pwm')
0 files changed, 0 insertions, 0 deletions