X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fvport-geneve.c;h=e41cd12d9b2d1aacc7a143138511ddf86f6597df;hb=071f5d105a0ae93aeb02197c4ee3557e8cc57a21;hp=efb736bb685545a0cb6a323d3eca87fc54eeb9f4;hpb=9bbd4b9f38f56b4ee2c8ff268a1104ff38333e90;p=firefly-linux-kernel-4.4.55.git diff --git a/net/openvswitch/vport-geneve.c b/net/openvswitch/vport-geneve.c index efb736bb6855..e41cd12d9b2d 100644 --- a/net/openvswitch/vport-geneve.c +++ b/net/openvswitch/vport-geneve.c @@ -117,7 +117,6 @@ static struct vport_ops ovs_geneve_vport_ops = { .destroy = ovs_netdev_tunnel_destroy, .get_options = geneve_get_options, .send = dev_queue_xmit, - .owner = THIS_MODULE, }; static int __init ovs_geneve_tnl_init(void)