projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8b4d5
)
ALSA: rtctimer.c needs module.h
author
Randy Dunlap
<rdunlap@xenotime.net>
Sat, 30 Jul 2011 04:14:12 +0000
(21:14 -0700)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/rtctimer.c
b/sound/core/rtctimer.c
index 0851cd13e30394811e54fb29ed9a02112c9849ac..e85e72baff9e8535c9cbd7a56ba0e4d65ddd1ac1 100644
(file)
--- a/
sound/core/rtctimer.c
+++ b/
sound/core/rtctimer.c
@@
-22,7
+22,7
@@
#include <linux/init.h>
#include <linux/interrupt.h>
-#include <linux/module
param
.h>
+#include <linux/module.h>
#include <linux/log2.h>
#include <sound/core.h>
#include <sound/timer.h>