]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ALSA: rtctimer.c needs module.h
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 30 Jul 2011 04:14:12 +0000 (21:14 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sat, 30 Jul 2011 06:03:35 +0000 (08:03 +0200)
rtctimer.c uses interfaces from linux/module.h, so it should
include that file.  This fixes build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/rtctimer.c

index 0851cd13e30394811e54fb29ed9a02112c9849ac..e85e72baff9e8535c9cbd7a56ba0e4d65ddd1ac1 100644 (file)
@@ -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>