From: Andrew Morton Date: Mon, 17 Sep 2007 10:50:38 +0000 (+0200) Subject: [ALSA] sc6000 build fix X-Git-Tag: v2.6.24-rc1~832^2~52 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3a5bdee5fa98bfd7d04c61b37b746eb918472e82;p=linux.git [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 --- diff --git a/sound/isa/sc6000.c b/sound/isa/sc6000.c index d4a4ccfc2fd7..3032fa9e9f03 100644 --- a/sound/isa/sc6000.c +++ b/sound/isa/sc6000.c @@ -25,6 +25,7 @@ #include #include +#include #include #include #include