tunnels: Mark tnl_ops as static.
[sliver-openvswitch.git] / datapath / vport-capwap.c
index f732657..1c2d41b 100644 (file)
@@ -212,7 +212,7 @@ out:
        return 0;
 }
 
-const struct tnl_ops capwap_tnl_ops = {
+static const struct tnl_ops capwap_tnl_ops = {
        .tunnel_type    = TNL_T_PROTO_CAPWAP,
        .ipproto        = IPPROTO_UDP,
        .hdr_len        = capwap_hdr_len,