Remove unneeded version.h includes (and add where needed) for drivers/usb/
authorJesper Juhl <jj@chaosbits.net>
Mon, 1 Aug 2011 21:33:29 +0000 (23:33 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Sep 2011 12:57:07 +0000 (14:57 +0200)
It was pointed out by 'make versioncheck' that linux/version.h was not
always being included where needed and sometimes included needlessly
in drivers/usb/.
This patch fixes up the includes.

For the UVC gadget driver bits, this was ACK'ed by Laurent Pinchart.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found