提交 b0e396e3 编写于 作者: G Greg Kroah-Hartman

USB: make usb_release_interface static

No one else calls it, this makes sparse happy.
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 b5ea060f
......@@ -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 =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册