diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-10-08 12:00:10 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-10-15 21:43:25 +0300 |
commit | 2c19d0159944f3aef1c0ebbd9d7fc6c2523e4307 (patch) | |
tree | d8242dda294e81cb229b664a0afeb3702e171a87 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1ec46bf0e48a46e181f5c8efb4732127e2fddeee (diff) | |
download | linux-2c19d0159944f3aef1c0ebbd9d7fc6c2523e4307.tar.xz |
Input: 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/input/ 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.
While touching these files, make indention of the struct initializer
consistent in a few drivers.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://lore.kernel.org/r/20241008090009.462836-2-u.kleine-koenig@baylibre.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions