USB: straighten out inline code in sysfs.c
commit92b0da1571353a39d07e0a592c4dda294cc2e04c
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 29 Oct 2008 19:18:50 +0000 (29 15:18 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 17:59:50 +0000 (7 09:59 -0800)
treea3f48aca636fee30c8ee68e4a0b8c6ed611ec93a
parentda2bbdcc3838ce75c30bda8c3f9a6e55ece47ee1
USB: straighten out inline code in sysfs.c

This patch (as1156) straightens out some code in usbcore.  The
usb_create_intf_ep_files() and usb_remove_intf_ep_files() routines
don't need to be separate inlines; they should be moved bodily into
the places where they get used.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/sysfs.c