]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/raw.c
virtio: virtio_pci should not set bus_id.
[linux-2.6-omap-h63xx.git] / drivers / char / raw.c
index 1f0d7c60c94420fb98fd23791bc38ba1b8266b37..bbfa0e241cba38928c8a5b5157a7a2a3ac178d2a 100644 (file)
@@ -255,10 +255,7 @@ static const struct file_operations raw_ctl_fops = {
        .owner  =       THIS_MODULE,
 };
 
-static struct cdev raw_cdev = {
-       .kobj   =       {.name = "raw", },
-       .owner  =       THIS_MODULE,
-};
+static struct cdev raw_cdev;
 
 static int __init raw_init(void)
 {