fuse: virtio: drop owner assignment
[linux-2.6-block.git] / fs / fuse / virtio_fs.c
index 322af827a2329f9af0ee445116f1ef84114b2b4c..ca7b64f9c3c74401d50b5c80ca876cf2fb43ca27 100644 (file)
@@ -1023,7 +1023,6 @@ static const unsigned int feature_table[] = {};
 
 static struct virtio_driver virtio_fs_driver = {
        .driver.name            = KBUILD_MODNAME,
-       .driver.owner           = THIS_MODULE,
        .id_table               = id_table,
        .feature_table          = feature_table,
        .feature_table_size     = ARRAY_SIZE(feature_table),