]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hvc_vio.c
[PATCH] Remove file riowinif.h from rio driver (unused file)
[linux-2.6-omap-h63xx.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,
        }
 };