commit | 92b0da1571353a39d07e0a592c4dda294cc2e04c | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Oct 29 15:18:50 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 09:59:50 2009 -0800 |
tree | a3f48aca636fee30c8ee68e4a0b8c6ed611ec93a | |
parent | da2bbdcc3838ce75c30bda8c3f9a6e55ece47ee1 [diff] |
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>