drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.
[cascardo/linux.git] / drivers / char / raw.c
index 1f0d7c6..bbfa0e2 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)
 {