]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: sb_wdog: Make sbwdog_set and sbwdog_pet static
authorYueHaibing <yuehaibing@huawei.com>
Wed, 20 Mar 2019 13:42:50 +0000 (21:42 +0800)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 5 May 2019 19:02:12 +0000 (21:02 +0200)
commite2a4aeda87d39b616c4064ae8c67972f283067ee
tree76dea3354e770a983b711467ea9ab36bf6c2a48c
parent265d11ccd505f5672887636a6af1ddff443035d1
watchdog: sb_wdog: Make sbwdog_set and sbwdog_pet static

Fix sparse warning:

drivers/watchdog/sb_wdog.c:70:6: warning: symbol 'sbwdog_set' was not declared. Should it be static?
drivers/watchdog/sb_wdog.c:84:6: warning: symbol 'sbwdog_pet' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Mukesh Ojha <mojha@codeaurora.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/sb_wdog.c