]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: fix multiple inclusion of vxlan.h
authorJiri Benc <jbenc@redhat.com>
Tue, 25 Aug 2015 16:36:50 +0000 (18:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Aug 2015 21:32:04 +0000 (14:32 -0700)
commit4bb5ea873e256d133714d7e84c19ab47ef711868
tree32defb5b430fc50644089a6fc0ecec3b37e0b194
parent5bc8605e03db684da6c4873647611ae313688920
vxlan: fix multiple inclusion of vxlan.h

The vxlan_get_sk_family inline function was added after the last #endif,
making multiple inclusion of net/vxlan.h fail. Move it to the proper place.

Reported-by: Mark Rustad <mark.d.rustad@intel.com>
Fixes: 7132c1b4c6040 ("vxlan: provide access function for vxlan socket address family")
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/vxlan.h