projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc87c39
)
[IPV6]: Get rid of __HAVE_ARCH_ADDR_SET.
author
Eric Dumazet
<
[email protected]
>
Thu, 3 May 2007 10:08:43 +0000
(
03:08
-0700)
committer
David S. Miller
<
[email protected]
>
Thu, 3 May 2007 10:08:43 +0000
(
03:08
-0700)
__HAVE_ARCH_ADDR_SET seems unused these days, just get rid of it.
Signed-off-by: Eric Dumazet <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/ipv6.h
patch
|
blob
|
history
diff --git
a/include/net/ipv6.h
b/include/net/ipv6.h
index f70afef9c3cc9fde793fdf3aa29bb0de23742cdf..2ce3941d8993bcbb349863b2576d86060203f149 100644
(file)
--- a/
include/net/ipv6.h
+++ b/
include/net/ipv6.h
@@
-328,7
+328,6
@@
static inline void ipv6_addr_prefix(struct in6_addr *pfx,
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 in6_addr *addr,
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)