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] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 30 Jul 2011 08:04:41 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Randy Dunlap <rdunlap@...otime.net>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	akpm <akpm@...ux-foundation.org>, linux-next@...r.kernel.org,
	LKML <linux-kernel@...r.kernel.org>, alsa-devel@...a-project.org
Subject: Re: [PATCH -next] sound: rtctimer.c needs module.h

At Fri, 29 Jul 2011 21:14:12 -0700,
Randy Dunlap wrote:
> 
> From: Randy Dunlap <rdunlap@...otime.net>
> 
> rtctimer.c uses interfaces from linux/module.h, so it should
> include that file.  This fixes build errors.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...otime.net>

Applied now.  Thanks.


Takashi

> ---
>  sound/core/rtctimer.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20110729.orig/sound/core/rtctimer.c
> +++ linux-next-20110729/sound/core/rtctimer.c
> @@ -22,7 +22,7 @@
>  
>  #include <linux/init.h>
>  #include <linux/interrupt.h>
> -#include <linux/moduleparam.h>
> +#include <linux/module.h>
>  #include <linux/log2.h>
>  #include <sound/core.h>
>  #include <sound/timer.h>
> 
--
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