diff options
author | Uwe Kleine-König <[email protected]> | 2024-10-21 12:48:55 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-11-02 18:23:24 +0800 |
commit | d11c8b87a36267a2861b9010ce0393de8ff3d278 (patch) | |
tree | cefbaf90b78e2771f08a993e15e5fd4766e37c14 /tools/perf/scripts/python/gecko.py | |
parent | d186faa30764a06a5099acfb44d5ac4c3d830e4d (diff) |
hwrng: drivers - 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/char/hw_random 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: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions