OSDN Git Service

watchdog: it87_wdt: remove useless function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 13 Apr 2021 09:34:20 +0000 (17:34 +0800)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 21 Jun 2021 06:49:04 +0000 (08:49 +0200)
commit4d12252b37a2f907a1d08ac705caed9f780cabfa
tree8ae2f64e4553fcc3923f2140dbc1d2e580478c5b
parente7dc481c92060f9ce872878b0b7a08c24713a7e5
watchdog: it87_wdt: remove useless function

Fix the following clang warning:

drivers/watchdog/it87_wdt.c:155:20: warning: unused function
'superio_outw' [-Wunused-function].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/1618306460-57286-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/it87_wdt.c