lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <s5hk4trkzoa.wl%tiwai@suse.de>
Date:	Fri, 05 Mar 2010 08:14:45 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Meelis Roos <mroos@...ux.ee>
Cc:	alsa-devel@...a-project.org,
	Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: Re: [alsa-devel] [PATCH] fix jazz16 compile (udelay)

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@...ux.ee>

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@...ux.ee)
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@...a-project.org
> 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ