]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/usb/gadget/u_ether.c
USB: gadget: __init and __exit tags removed
[net-next-2.6.git] / drivers / usb / gadget / u_ether.c
index 07f4178ad1788ef10363fba7899fae05ff14a036..1da755a1c855ccff127b8350e375e1ebadad4db7 100644 (file)
@@ -715,7 +715,7 @@ static u8 __init nibble(unsigned char c)
        return 0;
 }
 
-static int __init get_ether_addr(const char *str, u8 *dev_addr)
+static int get_ether_addr(const char *str, u8 *dev_addr)
 {
        if (str) {
                unsigned        i;
@@ -764,7 +764,7 @@ static struct device_type gadget_type = {
  *
  * Returns negative errno, or zero on success
  */
-int __init gether_setup(struct usb_gadget *g, u8 ethaddr[ETH_ALEN])
+int gether_setup(struct usb_gadget *g, u8 ethaddr[ETH_ALEN])
 {
        struct eth_dev          *dev;
        struct net_device       *net;