datapath: compat: remove __net_init and __net_exit annotations.
[sliver-openvswitch.git] / datapath / linux / compat / vxlan.c
index 6e6b945..f3df4e3 100644 (file)
@@ -429,7 +429,7 @@ void vxlan_handler_put(struct vxlan_handler *vh)
                queue_work(&vh->del_work);
 }
 
-static __net_init int vxlan_init_net(struct net *net)
+static int vxlan_init_net(struct net *net)
 {
        struct vxlan_net *vn = net_generic(net, vxlan_net_id);
        unsigned int h;