1
0
Fork 0

ALSA: fix jazz16 compile (udelay)

While trying to compile jazz16 isa sound driver on alpha (2.6.33+git), I
found a compile failure in jazz16.c (udelay is unknown). Fix it by
including delay.h.

Signed-foo-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Meelis Roos 2010-03-04 20:33:07 +02:00 committed by Takashi Iwai
parent 282572b5ab
commit 50152dfaa7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <asm/dma.h>
#include <linux/isa.h>
#include <sound/core.h>