]> Git Repo - linux.git/commitdiff
[ALSA] sc6000 build fix
authorAndrew Morton <[email protected]>
Mon, 17 Sep 2007 10:50:38 +0000 (12:50 +0200)
committerJaroslav Kysela <[email protected]>
Tue, 16 Oct 2007 14:50:39 +0000 (16:50 +0200)
sound/isa/sc6000.c: In function 'sc6000_dsp_reset':
sound/isa/sc6000.c:270: error: implicit declaration of function 'udelay'        sound/isa/sc6000.c: In function 'sc6000_init_mss':
sound/isa/sc6000.c:327: error: implicit declaration of function 'msleep'
{standard input}: Assembler messages:

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
sound/isa/sc6000.c

index d4a4ccfc2fd71b80030787e027bcdcd8e6dab466..3032fa9e9f0354e6c652185160397b138b728f1c 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <sound/driver.h>
 #include <linux/module.h>
+#include <linux/delay.h>
 #include <linux/isa.h>
 #include <linux/io.h>
 #include <asm/dma.h>
This page took 0.052427 seconds and 4 git commands to generate.