diff options
Diffstat (limited to 'sound/drivers/mpu401/mpu401.c')
-rw-r--r-- | sound/drivers/mpu401/mpu401.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/drivers/mpu401/mpu401.c b/sound/drivers/mpu401/mpu401.c index 149d05a8202..257569014f2 100644 --- a/sound/drivers/mpu401/mpu401.c +++ b/sound/drivers/mpu401/mpu401.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <linux/pnp.h> | 24 | #include <linux/pnp.h> |
25 | #include <linux/err.h> | 25 | #include <linux/err.h> |
26 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
27 | #include <linux/moduleparam.h> | 27 | #include <linux/module.h> |
28 | #include <sound/core.h> | 28 | #include <sound/core.h> |
29 | #include <sound/mpu401.h> | 29 | #include <sound/mpu401.h> |
30 | #include <sound/initval.h> | 30 | #include <sound/initval.h> |
@@ -86,8 +86,7 @@ static int snd_mpu401_create(int dev, struct snd_card **rcard) | |||
86 | } | 86 | } |
87 | 87 | ||
88 | err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port[dev], 0, | 88 | err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port[dev], 0, |
89 | irq[dev], irq[dev] >= 0 ? IRQF_DISABLED : 0, | 89 | irq[dev], NULL); |
90 | NULL); | ||
91 | if (err < 0) { | 90 | if (err < 0) { |
92 | printk(KERN_ERR "MPU401 not detected at 0x%lx\n", port[dev]); | 91 | printk(KERN_ERR "MPU401 not detected at 0x%lx\n", port[dev]); |
93 | goto _err; | 92 | goto _err; |