staging: fix platform_no_drv_owner.cocci warnings
[linux-2.6-block.git] / drivers / staging / axis-fifo / axis-fifo.c
index 51a081df5741fffe3fe5f72d57fb10e0a821784c..abeee0ecc122e7e48ce84cf33e1c95b442b26687 100644 (file)
@@ -1078,7 +1078,6 @@ MODULE_DEVICE_TABLE(of, axis_fifo_of_match);
 static struct platform_driver axis_fifo_driver = {
        .driver = {
                .name = DRIVER_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = axis_fifo_of_match,
        },
        .probe          = axis_fifo_probe,