aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2017-02-07 19:18:47 -0500
committerPhilipp Zabel <[email protected]>2017-03-08 09:36:45 +0100
commit80b8b1a15cbf24827e588d397500d1c1dc1e7a43 (patch)
tree31259c45403563d89de4fc4e900b83a9de065900 /scripts/gdb/linux/proc.py
parent8290924e6878069683254e118fdc3a9e422a0ac0 (diff)
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: [email protected] Signed-off-by: Paul Gortmaker <[email protected]> Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions