From 8331585ab3700662c0979244fb06522aa0d36fbc Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Tue, 21 Dec 2021 23:58:39 +0200 Subject: hwmon: (adt7x10) Remove empty driver removal callback Not used to do anything anymore. Signed-off-by: Cosmin Tanislav Link: https://lore.kernel.org/r/20211221215841.2641417-6-demonsingur@gmail.com Tested-by: Cosmin Tanislav Reviewed-by: Cosmin Tanislav Signed-off-by: Guenter Roeck --- drivers/hwmon/adt7x10.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/hwmon/adt7x10.h') diff --git a/drivers/hwmon/adt7x10.h b/drivers/hwmon/adt7x10.h index 55ff08bfe946..ba22c32c8355 100644 --- a/drivers/hwmon/adt7x10.h +++ b/drivers/hwmon/adt7x10.h @@ -20,8 +20,6 @@ struct device; int adt7x10_probe(struct device *dev, const char *name, int irq, struct regmap *regmap); -void adt7x10_remove(struct device *dev, int irq); - #ifdef CONFIG_PM_SLEEP extern const struct dev_pm_ops adt7x10_dev_pm_ops; #define ADT7X10_DEV_PM_OPS (&adt7x10_dev_pm_ops) -- cgit