aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-09-21 22:36:16 +0200
committerMark Brown <[email protected]>2020-09-22 00:45:16 +0100
commit8d23b0b8fc950cba2046840c46b21db9b5c0573c (patch)
tree0fd9ec88c46b5e946b8fa95baec74236c0772f3f /scripts/gdb/linux/modules.py
parent0c7d1b4d0c1e7c4309e01532b811392b11b81693 (diff)
regulator: s5m8767: initialize driver via module_platform_driver
The driver was using subsys_initcall() because in old times deferred probe was not supported everywhere and specific ordering was needed. Since probe deferral works fine and specific ordering is discouraged (hides dependencies between drivers and couples their boot order), the driver can be converted to regular module_platform_driver. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions