]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ata/sata_fsl.c
Merge branch 'xen/xenbus' into upstream/xen
[karo-tx-linux.git] / drivers / ata / sata_fsl.c
index e3339e25b152b222490386f9ea3f480f8439a209..61c89b54ea23941fd937a25ec4228eca56648e10 100644 (file)
@@ -1427,8 +1427,11 @@ static struct of_device_id fsl_sata_match[] = {
 MODULE_DEVICE_TABLE(of, fsl_sata_match);
 
 static struct of_platform_driver fsl_sata_driver = {
-       .name           = "fsl-sata",
-       .match_table    = fsl_sata_match,
+       .driver = {
+               .name = "fsl-sata",
+               .owner = THIS_MODULE,
+               .of_match_table = fsl_sata_match,
+       },
        .probe          = sata_fsl_probe,
        .remove         = sata_fsl_remove,
 #ifdef CONFIG_PM