]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hvcs.c
[PATCH] unexport idle_cpu
[linux-2.6-omap-h63xx.git] / drivers / char / hvcs.c
index f47f009f9259c1597e60b1f7740c1f9bfeb6b203..53dc77c760fccff12a07665cb9bb0f6d6abdcba7 100644 (file)
@@ -720,10 +720,13 @@ static int __devexit hvcs_remove(struct vio_dev *dev)
 };
 
 static struct vio_driver hvcs_vio_driver = {
-       .name           = hvcs_driver_name,
        .id_table       = hvcs_driver_table,
        .probe          = hvcs_probe,
        .remove         = hvcs_remove,
+       .driver         = {
+               .name   = hvcs_driver_name,
+               .owner  = THIS_MODULE,
+       }
 };
 
 /* Only called from hvcs_get_pi please */