Commit 50152dfa authored by Meelis Roos's avatar Meelis Roos Committed by Takashi Iwai

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: default avatarMeelis Roos <mroos@linux.ee>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 282572b5
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment