diff options
Diffstat (limited to 'net/openvswitch/vport-vxlan.h')
-rw-r--r-- | net/openvswitch/vport-vxlan.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/openvswitch/vport-vxlan.h b/net/openvswitch/vport-vxlan.h deleted file mode 100644 index 4b08233e7..000000000 --- a/net/openvswitch/vport-vxlan.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef VPORT_VXLAN_H -#define VPORT_VXLAN_H 1 - -#include <linux/kernel.h> -#include <linux/types.h> - -struct ovs_vxlan_opts { - __u32 gbp; -}; - -#endif |