mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[IPV6]: Make struct ip6_prohibit_entry_template static.
This patch makes the needlessly global struct ip6_prohibit_entry_template static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1f29b0584d
commit
280a34c87f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ static struct rt6_info ip6_null_entry_template = {
|
||||||
static int ip6_pkt_prohibit(struct sk_buff *skb);
|
static int ip6_pkt_prohibit(struct sk_buff *skb);
|
||||||
static int ip6_pkt_prohibit_out(struct sk_buff *skb);
|
static int ip6_pkt_prohibit_out(struct sk_buff *skb);
|
||||||
|
|
||||||
struct rt6_info ip6_prohibit_entry_template = {
|
static struct rt6_info ip6_prohibit_entry_template = {
|
||||||
.u = {
|
.u = {
|
||||||
.dst = {
|
.dst = {
|
||||||
.__refcnt = ATOMIC_INIT(1),
|
.__refcnt = ATOMIC_INIT(1),
|
||||||
|
|
Loading…
Reference in a new issue