mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +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;
|
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)
|
if (dev->driver_priv)
|
||||||
kfree(dev->driver_priv);
|
kfree(dev->driver_priv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user