[alsa-devel] [PATCH -next] sound: rtctimer.c needs module.h
Takashi Iwai
tiwai at suse.de
Sat Jul 30 08:04:41 CEST 2011
At Fri, 29 Jul 2011 21:14:12 -0700,
Randy Dunlap wrote:
>
> From: Randy Dunlap <rdunlap at xenotime.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 at xenotime.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>
>
More information about the Alsa-devel
mailing list