]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/viotape.c
Merge ../linux-2.6 by hand
[linux-2.6-omap-h63xx.git] / drivers / char / viotape.c
index a5e104f428f8449602ffea248a3168d486212ca4..51abd3defc1c32d00e0217896f6ed64eccd74701 100644 (file)
@@ -993,13 +993,16 @@ static struct vio_device_id viotape_device_table[] __devinitdata = {
        { "viotape", "" },
        { "", "" }
 };
-
 MODULE_DEVICE_TABLE(vio, viotape_device_table);
+
 static struct vio_driver viotape_driver = {
-       .name = "viotape",
        .id_table = viotape_device_table,
        .probe = viotape_probe,
-       .remove = viotape_remove
+       .remove = viotape_remove,
+       .driver = {
+               .name = "viotape",
+               .owner = THIS_MODULE,
+       }
 };