commit | 48e92c44bd73a8bc213560058e6b18e45929526e | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Tue Aug 25 18:36:50 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 25 14:32:04 2015 -0700 |
tree | 32defb5b430fc50644089a6fc0ecec3b37e0b194 | |
parent | 081958ebe150dc42a0f50669169c4177786b747e [diff] |
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: 705cc62f6728c ("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>