mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 19:51:25 -04:00
watchdog: pnx4008: make global wdt_clk static
Silences sparse warning:
drivers/watchdog/pnx4008_wdt.c:83:25:
warning: symbol 'wdt_clk' was not declared. Should it be static?
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
committed by
Wim Van Sebroeck
parent
b647d42972
commit
4c30737ce1
@@ -80,7 +80,7 @@ static unsigned int heartbeat = DEFAULT_HEARTBEAT;
|
||||
|
||||
static DEFINE_SPINLOCK(io_lock);
|
||||
static void __iomem *wdt_base;
|
||||
struct clk *wdt_clk;
|
||||
static struct clk *wdt_clk;
|
||||
|
||||
static int pnx4008_wdt_start(struct watchdog_device *wdd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user