mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 16:11:38 +00:00
net: asix: ax88772_unbind() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8f60984565
commit
ad327910c4
@ -502,7 +502,7 @@ static int ax88772_bind(struct usbnet *dev, struct usb_interface *intf)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void ax88772_unbind(struct usbnet *dev, struct usb_interface *intf)
|
||||
static void ax88772_unbind(struct usbnet *dev, struct usb_interface *intf)
|
||||
{
|
||||
if (dev->driver_priv)
|
||||
kfree(dev->driver_priv);
|
||||
|
Loading…
Reference in New Issue
Block a user