Skip to content

Commit

Permalink
ALSA: fix jazz16 compile (udelay)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
meelisroos authored and tiwai committed Mar 5, 2010
1 parent 282572b commit 50152df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/isa/sb/jazz16.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 50152df

Please sign in to comment.