]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/dsp/dspgateway/task.c
DSPGW: Fix build error for device_create()
[linux-2.6-omap-h63xx.git] / drivers / dsp / dspgateway / task.c
index 4d7dcdd2658c01c7cfe8ffc7f50f72707e56f423..ab189349507d95621151d0ecf19ccfbb5673f535 100644 (file)
@@ -1762,7 +1762,7 @@ static int taskdev_init(struct taskdev *dev, char *name, unsigned char minor)
                goto fail_create_proclist;
 
        task_dev = device_create(dsp_task_class, NULL,
-                                MKDEV(OMAP_DSP_TASK_MAJOR, minor),
+                                MKDEV(OMAP_DSP_TASK_MAJOR, minor), NULL,
                                 "dsptask%d", (int)minor);
 
        if (unlikely(IS_ERR(task_dev))) {