Re: [PATCH] firmware-gsmi: make structure gsmi_dev static

2018-06-04 Thread Jean Delvare
On Fri, 1 Jun 2018 14:19:39 +0100, Colin King wrote: > From: Colin Ian King > > 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: > drivers/firmware/google/gsmi.c:96:3: warning: symbol 'gsmi_dev' was > not d

[PATCH] firmware-gsmi: make structure gsmi_dev static

2018-06-01 Thread Colin King
From: Colin Ian King 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: drivers/firmware/google/gsmi.c:96:3: warning: symbol 'gsmi_dev' was not declared. Should it be static? Signed-off-by: Colin Ian King --- dri