Skip to content

Commit

Permalink
USB: make usb_release_interface static
Browse files Browse the repository at this point in the history
No one else calls it, this makes sparse happy.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Oct 12, 2007
1 parent b5ea060 commit b0e396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/core/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ int usb_reset_configuration(struct usb_device *dev)
return 0;
}

void usb_release_interface(struct device *dev)
static void usb_release_interface(struct device *dev)
{
struct usb_interface *intf = to_usb_interface(dev);
struct usb_interface_cache *intfc =
Expand Down

0 comments on commit b0e396e

Please sign in to comment.