]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/block/viodasd.c
powerpc: don't duplicate name between vio_driver and device_driver
[karo-tx-linux.git] / drivers / block / viodasd.c
index e46ecd23b3ac74d6854c2839484e392326a71e6e..ea72faa83436df8ed65b433646d2b1d2e1485095 100644 (file)
@@ -781,10 +781,12 @@ static struct vio_device_id viodasd_device_table[] __devinitdata = {
 
 MODULE_DEVICE_TABLE(vio, viodasd_device_table);
 static struct vio_driver viodasd_driver = {
-       .name = "viodasd",
        .id_table = viodasd_device_table,
        .probe = viodasd_probe,
-       .remove = viodasd_remove
+       .remove = viodasd_remove,
+       .driver = {
+               .name = "viodasd",
+       }
 };
 
 /*