]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 16 Jun 2016 19:20:44 +0000 (12:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 03:23:29 +0000 (20:23 -0700)
commitd1fbc4b3a7c15de28e355be445fc4924cc5b5023
tree40e2efe989fded21ae9390b1447cd8877d535eac
parent149c79cec19c8922ae5ac9b4a918596a615b22f3
vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes

This patch makes it so that we add udp_tunnel.h to vxlan.h and geneve.h
header files.  This is useful as I plan to move the generic handlers for
the port offloads into the udp_tunnel header file and leave the vxlan and
geneve headers to be a bit more protocol specific.

I also went through and cleaned out a number of redundant includes that
where in the .h and .c files for these drivers.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/geneve.c
drivers/net/vxlan.c
include/net/geneve.h
include/net/udp_tunnel.h
include/net/vxlan.h