diff options
author | Uwe Kleine-König <[email protected]> | 2024-09-29 09:21:57 +0200 |
---|---|---|
committer | Andi Shyti <[email protected]> | 2024-11-17 11:58:14 +0100 |
commit | 32a0a94aa09e7095fccec1ffc969911f492cc7b9 (patch) | |
tree | 0c3b0c8199c04d32a5fdb8afbb489f099f889334 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 506bb2ab00753a59c8a63b02e898098815dc3141 (diff) |
i2c: Switch back to struct platform_driver::remove()
After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.
Convert all platform drivers below drivers/i2c to use .remove(), with
the eventual goal to drop struct platform_driver::remove_new(). As
.remove() and .remove_new() have the same prototypes, conversion is done
by just changing the structure member name in the driver initializer.
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions