aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2021-03-16 14:25:15 +0100
committerLee Jones <[email protected]>2021-04-14 16:06:03 +0100
commit0c8f2d1081fd67fb045e055f98869bc0f64e44ec (patch)
tree586a00c7d9d197d8f81a353268e38998b3e58fc1 /tools/perf/util/trace-event-scripting.c
parent21119896d26881505084d78a75231663fb30e735 (diff)
mfd: sec: 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]> Tested-by: Marek Szyprowski <[email protected]> Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions