summaryrefslogtreecommitdiff
path: root/drivers/hwmon/adt7x10.c
diff options
context:
space:
mode:
authorCosmin Tanislav <cosmin.tanislav@analog.com>2021-12-22 00:58:39 +0300
committerGuenter Roeck <linux@roeck-us.net>2022-02-28 04:03:18 +0300
commit8331585ab3700662c0979244fb06522aa0d36fbc (patch)
tree288961b6665396a2d8ef035fdb722858fb3c7e04 /drivers/hwmon/adt7x10.c
parentf691adc3e95ecd6ae01830f7f6140dce3bd730a2 (diff)
downloadlinux-8331585ab3700662c0979244fb06522aa0d36fbc.tar.xz
hwmon: (adt7x10) Remove empty driver removal callback
Not used to do anything anymore. Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com> Link: https://lore.kernel.org/r/20211221215841.2641417-6-demonsingur@gmail.com Tested-by: Cosmin Tanislav <cosmin.tanislav@analog.com> Reviewed-by: Cosmin Tanislav <cosmin.tanislav@analog.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/adt7x10.c')
-rw-r--r--drivers/hwmon/adt7x10.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hwmon/adt7x10.c b/drivers/hwmon/adt7x10.c
index 147c28b24167..ea8cd918bc22 100644
--- a/drivers/hwmon/adt7x10.c
+++ b/drivers/hwmon/adt7x10.c
@@ -397,11 +397,6 @@ int adt7x10_probe(struct device *dev, const char *name, int irq,
}
EXPORT_SYMBOL_GPL(adt7x10_probe);
-void adt7x10_remove(struct device *dev, int irq)
-{
-}
-EXPORT_SYMBOL_GPL(adt7x10_remove);
-
#ifdef CONFIG_PM_SLEEP
static int adt7x10_suspend(struct device *dev)