Skip to content

Commit fe735a3

Browse files
pmachatadavem330
authored andcommitted
mlxsw: spectrum_ipip: Add a forgotten include
struct ip_tunnel_parm, which is used in spectrum_ipip.h, is defined in if_tunnel.h. However, the former neglects to include the latter. Signed-off-by: Petr Machata <petrm@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d75de7b commit fe735a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#include "spectrum_router.h"
3939
#include <net/ip_fib.h>
40+
#include <linux/if_tunnel.h>
4041

4142
struct ip_tunnel_parm
4243
mlxsw_sp_ipip_netdev_parms(const struct net_device *ol_dev);

0 commit comments

Comments
 (0)