summaryrefslogtreecommitdiffstats
path: root/include/net/if_inet6.h
diff options
context:
space:
mode:
authorRami Rosen2008-04-23 13:36:58 +0200
committerYOSHIFUJI Hideaki2008-06-11 19:38:13 +0200
commit0399e5f07ad7024f70881d44f19d767d3f25a980 (patch)
treed2dc24b573d9377f3c33fd8b75fa6f341fb6c4f6 /include/net/if_inet6.h
parentipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c. (diff)
downloadkernel-qcow2-linux-0399e5f07ad7024f70881d44f19d767d3f25a980.tar.gz
kernel-qcow2-linux-0399e5f07ad7024f70881d44f19d767d3f25a980.tar.xz
kernel-qcow2-linux-0399e5f07ad7024f70881d44f19d767d3f25a980.zip
ipv6 addrconf: Remove IFA_GLOBAL definition from include/net/if_inet6.h.
This patches removes IFA_GLOBAL definition from linux/include/net/if_inet6.h as it is unused. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r--include/net/if_inet6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index b2cfc4927257..db66c7927743 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -148,7 +148,6 @@ struct ifacaddr6
#define IFA_HOST IPV6_ADDR_LOOPBACK
#define IFA_LINK IPV6_ADDR_LINKLOCAL
#define IFA_SITE IPV6_ADDR_SITELOCAL
-#define IFA_GLOBAL 0x0000U
struct ipv6_devstat {
struct proc_dir_entry *proc_dir_entry;