]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/core/utils.c
net/core: EXPORT_SYMBOL cleanups
[net-next-2.6.git] / net / core / utils.c
index 838250241d26221f0ade44451b21697174185cab..f41854470539855adee387a4c488f4be66a017a2 100644 (file)
@@ -77,7 +77,6 @@ __be32 in_aton(const char *str)
        }
        return(htonl(l));
 }
-
 EXPORT_SYMBOL(in_aton);
 
 #define IN6PTON_XDIGIT         0x00010000
@@ -162,7 +161,6 @@ out:
                *end = s;
        return ret;
 }
-
 EXPORT_SYMBOL(in4_pton);
 
 int in6_pton(const char *src, int srclen,
@@ -280,7 +278,6 @@ out:
                *end = s;
        return ret;
 }
-
 EXPORT_SYMBOL(in6_pton);
 
 void inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb,