usb: dwc3: fix sparse errors
authorFelipe Balbi <balbi@ti.com>
Fri, 4 Nov 2011 10:40:05 +0000 (12:40 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:48:29 +0000 (11:48 +0200)
commit8becf2704415d2bf471a0a73ae84c3cc24da8a90
tree58a63748ec9704488066c390ae32d8a6bfef768d
parent25b8ff68bf1d4954d4a9dcb4862c6b6a53cb09e2
usb: dwc3: fix sparse errors

sparse caught three mistakes on this driver,
fix them:

drivers/usb/dwc3/ep0.c:806:29: warning: duplicate const
drivers/usb/dwc3/debugfs.c:481:15: warning: symbol 'dwc3_debugfs_init' \
was not declared. Should it be static?
drivers/usb/dwc3/debugfs.c:518:16: warning: symbol 'dwc3_debugfs_exit' \
was not declared. Should it be static?

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/debugfs.c
drivers/usb/dwc3/ep0.c