Re: [alsa-devel] [PATCH] fix jazz16 compile (udelay)

From: Takashi Iwai
Date: Fri Mar 05 2010 - 02:14:51 EST


At Thu, 4 Mar 2010 20:33:07 +0200 (EET),
Meelis Roos wrote:
>
> 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@xxxxxxxx>

Applied now. Thanks.


Takashi

>
> diff --git a/sound/isa/sb/jazz16.c b/sound/isa/sb/jazz16.c
> index 8d21a3f..8ccbcdd 100644
> --- a/sound/isa/sb/jazz16.c
> +++ b/sound/isa/sb/jazz16.c
> @@ -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>
>
>
> --
> Meelis Roos (mroos@xxxxxxxx)
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@xxxxxxxxxxxxxxxx
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/