Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dc6120e authored by Lad, Prabhakar's avatar Lad, Prabhakar Committed by Greg Kroah-Hartman
Browse files

usb: host/sl811-hcd: fix sparse warning



this patch fixes following sparse warning:
sl811-hcd.c:1804:24: warning: symbol 'sl811h_driver' was not declared. Should it be static?

Signed-off-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 961ea496
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1801,7 +1801,7 @@ sl811h_resume(struct platform_device *dev)




/* this driver is exported so sl811_cs can depend on it */
/* this driver is exported so sl811_cs can depend on it */
struct platform_driver sl811h_driver = {
static struct platform_driver sl811h_driver = {
	.probe =	sl811h_probe,
	.probe =	sl811h_probe,
	.remove =	sl811h_remove,
	.remove =	sl811h_remove,