Merge remote-tracking branches 'asoc/fix/wm8960' and 'asoc/fix/wm8962' into asoc...
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / bcm2835-mailbox.c
index 0b47dd42f3bdbd37fab111bc726e0de3464b31f3..cfb4b4496dd9f61362dea012176c146120fada07 100644 (file)
@@ -204,7 +204,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_mbox_of_match);
 static struct platform_driver bcm2835_mbox_driver = {
        .driver = {
                .name = "bcm2835-mbox",
-               .owner = THIS_MODULE,
                .of_match_table = bcm2835_mbox_of_match,
        },
        .probe          = bcm2835_mbox_probe,