[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130119013656.GA15200@localhost>
Date: Sat, 19 Jan 2013 09:36:56 +0800
From: Fengguang Wu <fengguang.wu@...el.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: Lucas Stach <dev@...xeye.de>, netdev@...r.kernel.org
Subject: [PATCH net-next] net: asix: ax88772_unbind() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
drivers/net/usb/asix_devices.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next.orig/drivers/net/usb/asix_devices.c 2013-01-19 08:27:36.199070226 +0800
+++ linux-next/drivers/net/usb/asix_devices.c 2013-01-19 09:33:49.567164656 +0800
@@ -502,7 +502,7 @@ static int ax88772_bind(struct usbnet *d
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);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists