aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2018-08-15 13:37:05 -0700
committerGreg Kroah-Hartman <[email protected]>2018-09-14 15:37:23 +0200
commitb81e3140e4128921f25119a2b5ae0049f8373d1a (patch)
tree1ae83415715c34e726b3c9200f493666ef78de6d /tools/perf/scripts/python/bin/stackcollapse-report
parent20edec388277b62ddfddb8b2b376a937a2cd6d1b (diff)
firmware: coreboot: Make bus registration symmetric
The bus is registered in module_init() but is unregistered when the platform driver remove() function calls coreboot_table_exit(). That isn't symmetric and it causes the bus to appear on systems that compile this code in, even when there isn't any coreboot firmware on the device. Let's move the registration to the coreboot_table_init() function so that it matches the exit path. Cc: Wei-Ning Huang <[email protected]> Cc: Julius Werner <[email protected]> Cc: Brian Norris <[email protected]> Cc: Samuel Holland <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Julius Werner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions