Commit 68d923d5 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman
Browse files

staging/mei: struct amt_wd_dev' should it be static



fix sparse warning:
'amt_wd_dev' was not declared. Should it be static

Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b18a4d6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ static const struct watchdog_info wd_info = {
		.options = WDIOF_KEEPALIVEPING,
};

struct watchdog_device amt_wd_dev = {
static struct watchdog_device amt_wd_dev = {
		.info = &wd_info,
		.ops = &wd_ops,
		.timeout = AMT_WD_DEFAULT_TIMEOUT,