From: Felipe Balbi Date: Fri, 4 Nov 2011 10:40:05 +0000 (+0200) Subject: usb: dwc3: fix sparse errors X-Git-Tag: v3.3-rc1~153^2~30^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8becf2704415d2bf471a0a73ae84c3cc24da8a90;p=pandora-kernel.git 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 --- Reading git-diff-tree failed