]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/hvc_vio.c
powerpc: don't duplicate name between vio_driver and device_driver
[karo-tx-linux.git] / drivers / char / hvc_vio.c
index 78d681dc35a8f362d11466db471aaf2ae45cc312..f5212eb2b41d0d0436fe278817b5564dc49b7629 100644 (file)
@@ -95,11 +95,11 @@ static int __devexit hvc_vio_remove(struct vio_dev *vdev)
 }
 
 static struct vio_driver hvc_vio_driver = {
-       .name           = hvc_driver_name,
        .id_table       = hvc_driver_table,
        .probe          = hvc_vio_probe,
        .remove         = hvc_vio_remove,
        .driver         = {
+               .name   = hvc_driver_name,
                .owner  = THIS_MODULE,
        }
 };