usbcore: move code among source files
authorAlan Stern <stern@rowland.harvard.edu>
Sun, 2 Jul 2006 02:08:06 +0000 (22:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:50 +0000 (11:58 -0700)
commit36e56a34586783c7986ce09d39db80b27c95ce24
tree08637f4fbdd1fd46baba8a48645fcbe37b94cdf5
parent140d8f687457c40a66af362838fac0d7893e7df5
usbcore: move code among source files

This revised patch (as713b) moves a few routines among source files in
usbcore.  Some driver-related code in usb.c (claiming interfaces and
matching IDs) is moved to driver.c, where it belongs.  Also the
usb_generic stuff in driver.c is moved to a new source file: generic.c.
(That's the reason for revising the patch.)  Although not very big now,
it will get bigger in a later patch.

None of the code has been changed; it has only been re-arranged.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/Makefile
drivers/usb/core/driver.c
drivers/usb/core/generic.c [new file with mode: 0644]
drivers/usb/core/usb.c
drivers/usb/core/usb.h