diff options
Diffstat (limited to 'net/ipv6/protocol.c')
-rw-r--r-- | net/ipv6/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/protocol.c b/net/ipv6/protocol.c index e048cf1bb6a2..e3770abe688a 100644 --- a/net/ipv6/protocol.c +++ b/net/ipv6/protocol.c | |||
@@ -51,6 +51,7 @@ EXPORT_SYMBOL(inet6_del_protocol); | |||
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly; | 53 | const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly; |
54 | EXPORT_SYMBOL(inet6_offloads); | ||
54 | 55 | ||
55 | int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) | 56 | int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) |
56 | { | 57 | { |