From: Alan Stern Date: Wed, 29 Oct 2008 19:18:50 +0000 (-0400) Subject: USB: straighten out inline code in sysfs.c X-Git-Tag: v2.6.29-rc1~182^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b0da1571353a39d07e0a592c4dda294cc2e04c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed