firmware: google: make structure gsmi_dev static
authorColin Ian King <colin.king@canonical.com>
Mon, 3 Sep 2018 07:34:02 +0000 (09:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2018 13:25:57 +0000 (15:25 +0200)
commit162aa53b1840612b231b992776acb50528ab2de4
tree0742087348f5be96f9ea30f1cb568a9fbe72822b
parenta71bcc1b09497d5cb7f24a7a6ce74d8ebd99d457
firmware: google: make structure gsmi_dev static

The structure gsmi_dev is local to the source and does not need to be
in global scope, so make it static.

Cleans up sparse warning:
symbol 'gsmi_dev' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/gsmi.c