diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-10-17 17:59:01 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-11-10 14:48:07 -0800 |
commit | 6126f7bb6075d0af577e55bf7e2cbbcc272f520b (patch) | |
tree | b554b9326de82dc90ab40f4f3ea4b92c4626640a /net/mac802154 | |
parent | 0eed6fc3d2b9eef8074dc799176e0c1e78a3cc3f (diff) | |
download | linux-stable-6126f7bb6075d0af577e55bf7e2cbbcc272f520b.tar.gz linux-stable-6126f7bb6075d0af577e55bf7e2cbbcc272f520b.tar.bz2 linux-stable-6126f7bb6075d0af577e55bf7e2cbbcc272f520b.zip |
hwmon: 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/hwmonto 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 several files.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Message-ID: <20241017155900.137357-2-u.kleine-koenig@baylibre.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'net/mac802154')
0 files changed, 0 insertions, 0 deletions