Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/watchdog/ts_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int ts_wdt_restart(struct watchdog_device *wdd,
return 0;
}

void ts_wdt_poweroff(void)
static void ts_wdt_poweroff(void)
{
struct i2c_client *client = ts_wdt_poweroff_dev;

Expand Down