projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad4348
)
[PATCH] es18xx build fix
author
Andrew Morton
<
[email protected]
>
Sat, 20 May 2006 22:00:35 +0000
(15:00 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 21 May 2006 19:59:22 +0000
(12:59 -0700)
sound/isa/es18xx.c: In function `snd_es18xx_identify':
sound/isa/es18xx.c:1606: warning: implicit declaration of function `udelay'
Cc: Jaroslav Kysela <
[email protected]
>
Cc: Takashi Iwai <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
sound/isa/es18xx.c
patch
|
blob
|
history
diff --git
a/sound/isa/es18xx.c
b/sound/isa/es18xx.c
index a36ec1daa5cb9e24dcb5e3d887d5d56936c13f2b..e6945db8ed1b8a2fcd4b877712b96db8ff791c98 100644
(file)
--- a/
sound/isa/es18xx.c
+++ b/
sound/isa/es18xx.c
@@
-85,6
+85,8
@@
#include <linux/pnp.h>
#include <linux/isapnp.h>
#include <linux/moduleparam.h>
+#include <linux/delay.h>
+
#include <asm/io.h>
#include <asm/dma.h>
#include <sound/core.h>