forked from luck/tmp_suning_uos_patched
[PATCH] es18xx build fix
sound/isa/es18xx.c: In function `snd_es18xx_identify': sound/isa/es18xx.c:1606: warning: implicit declaration of function `udelay' Cc: Jaroslav Kysela <perex@suse.cz> Cc: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
fad43488b8
commit
1caef6aa97
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user