[<prev] [next>] [thread-next>] [month] [year] [list]
Date: Tue, 01 May 2007 06:00:09 +0200
From: Eric Dumazet <dada1@...mosbay.com>
To: YOSHIFUJI Hideaki / å..è.¤è.±æ..
<yoshfuji@...ux-ipv6.org>, "David S. Miller" <davem@...emloft.net>
Subject: [PATCH] IPV6 : get rid of __HAVE_ARCH_ADDR_SET
__HAVE_ARCH_ADDR_SET seems unused these days, just get rid of it.
Signed-off-by: Eric Dumazet <dada1@...mosbay.com>
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index f70afef..2ce3941 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -328,7 +328,6 @@ static inline void ipv6_addr_prefix(stru
memset(pfx->s6_addr + o, 0, 16 - o);
}
-#ifndef __HAVE_ARCH_ADDR_SET
static inline void ipv6_addr_set(struct in6_addr *addr,
__be32 w1, __be32 w2,
__be32 w3, __be32 w4)
@@ -338,7 +337,6 @@ static inline void ipv6_addr_set(struct
addr->s6_addr32[2] = w3;
addr->s6_addr32[3] = w4;
}
-#endif
static inline int ipv6_addr_equal(const struct in6_addr *a1,
const struct in6_addr *a2)
Hosted by DataForce ISP -
Powered by Openwall GNU/*/Linux