Skip to content

Commit 720c741

Browse files
Yue Haibinggroeck
authored andcommitted
hwmon: (sch5627) Remove unused declaration sch56xx_watchdog_unregister()
Commit 2be5f0d ("hwmon: (sch56xx) Use devres functions for watchdog") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Message-ID: <20240816095740.877729-1-yuehaibing@huawei.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent fa8df3c commit 720c741

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwmon/sch56xx-common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ int sch56xx_read_virtual_reg12(u16 addr, u16 msb_reg, u16 lsn_reg,
2222

2323
void sch56xx_watchdog_register(struct device *parent, u16 addr, u32 revision,
2424
struct mutex *io_lock, int check_enabled);
25-
void sch56xx_watchdog_unregister(struct sch56xx_watchdog_data *data);

0 commit comments

Comments
 (0)