aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip_tunnels.h')
-rw-r--r--include/net/ip_tunnels.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h
index 10bbb4273f7d..b0d982471a5c 100644
--- a/include/net/ip_tunnels.h
+++ b/include/net/ip_tunnels.h
@@ -93,6 +93,8 @@ struct ip_tunnel_net {
93 struct net_device *fb_tunnel_dev; 93 struct net_device *fb_tunnel_dev;
94}; 94};
95 95
96#ifdef CONFIG_INET
97
96int ip_tunnel_init(struct net_device *dev); 98int ip_tunnel_init(struct net_device *dev);
97void ip_tunnel_uninit(struct net_device *dev); 99void ip_tunnel_uninit(struct net_device *dev);
98void ip_tunnel_dellink(struct net_device *dev, struct list_head *head); 100void ip_tunnel_dellink(struct net_device *dev, struct list_head *head);
@@ -180,4 +182,7 @@ static inline void iptunnel_xmit_stats(int err,
180 err_stats->tx_dropped++; 182 err_stats->tx_dropped++;
181 } 183 }
182} 184}
185
186#endif /* CONFIG_INET */
187
183#endif /* __NET_IP_TUNNELS_H */ 188#endif /* __NET_IP_TUNNELS_H */