From 3a5bdee5fa98bfd7d04c61b37b746eb918472e82 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 17 Sep 2007 12:50:38 +0200 Subject: [ALSA] sc6000 build fix 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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/isa/sc6000.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound') diff --git a/sound/isa/sc6000.c b/sound/isa/sc6000.c index d4a4ccfc2fd..3032fa9e9f0 100644 --- a/sound/isa/sc6000.c +++ b/sound/isa/sc6000.c @@ -25,6 +25,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3