diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-23 01:21:58 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-23 01:21:58 +0400 |
commit | 888c848ed34bd5f8cb56567624c0d951ab35174e (patch) | |
tree | b63a960b5fbdc8bebab6ed1d84212a95a19c0bc2 /include/net | |
parent | 4d6971e909e904be60218739fc961188471fc4f4 (diff) | |
download | linux-888c848ed34bd5f8cb56567624c0d951ab35174e.tar.xz |
ipv6: make struct ipv6_devconf static
struct ipv6_devconf can now become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/if_inet6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index db66c7927743..c8effa4b1feb 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h @@ -193,8 +193,6 @@ struct inet6_dev struct rcu_head rcu; }; -extern struct ipv6_devconf ipv6_devconf; - static inline void ipv6_eth_mc_map(struct in6_addr *addr, char *buf) { /* |