Revert "usb: host/sl811-hcd: fix sparse warning"

This reverts commit 1dc6120ef7.

Commit 1dc6120ef7 results in the following error when compiling
x86_64:allyesconfig.

sl811_cs.c:(.text+0x1d3cb72): undefined reference to `sl811h_driver'

Fixes: 1dc6120ef7 ("usb: host/sl811-hcd: fix sparse warning")
Cc: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Guenter Roeck 2015-03-29 02:21:20 -07:00 committed by Greg Kroah-Hartman
parent 3510c8164c
commit e845d64743
1 changed files with 1 additions and 1 deletions

View File

@ -1801,7 +1801,7 @@ sl811h_resume(struct platform_device *dev)
/* this driver is exported so sl811_cs can depend on it */
static struct platform_driver sl811h_driver = {
struct platform_driver sl811h_driver = {
.probe = sl811h_probe,
.remove = sl811h_remove,