]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/dsp/dspgateway/dsp_ctl_core.c
REMOVE OMAP LEGACY CODE: Reset mach-omap1/board-*.c files to mainline
[linux-2.6-omap-h63xx.git] / drivers / dsp / dspgateway / dsp_ctl_core.c
index 3c135728dc729115794c519ec0ba80fa41c5257a..25954bba9c8c6ad52fa6fb514dd6d987c13e6ad7 100644 (file)
@@ -110,9 +110,8 @@ int __init dsp_ctl_core_init(void)
        dsp_ctl_class = class_create(THIS_MODULE, "dspctl");
        for (i = 0; i < ARRAY_SIZE(dev_list); i++) {
                device_create(dsp_ctl_class, NULL,
-                                   MKDEV(OMAP_DSP_CTL_MAJOR,
-                                         dev_list[i].minor),
-                                   dev_list[i].devname);
+                             MKDEV(OMAP_DSP_CTL_MAJOR, dev_list[i].minor),
+                             NULL, dev_list[i].devname);
        }
 
        return 0;