From: Randy Dunlap <rdunlap@xenotime•net>
To: Stephen Rothwell <sfr@canb•auug.org.au>,
akpm <akpm@linux-foundation•org>
Cc: linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>,
Takashi Iwai <tiwai@suse•de>,
alsa-devel@alsa-project•org
Subject: [PATCH -next] sound: rtctimer.c needs module.h
Date: Fri, 29 Jul 2011 21:14:12 -0700 [thread overview]
Message-ID: <20110729211412.f064a06c.rdunlap@xenotime.net> (raw)
In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au>
From: Randy Dunlap <rdunlap@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@xenotime•net>
---
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>
next prev parent reply other threads:[~2011-07-30 4:14 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-29 7:38 linux-next: Tree for July 29 Stephen Rothwell
2011-07-29 19:07 ` [PATCH -next] x86: files need export.h Randy Dunlap
2011-07-30 18:51 ` Paul Gortmaker
2011-07-29 19:43 ` [PATCH -next] regulator: aat2870 needs module.h Randy Dunlap
2011-07-30 1:04 ` [PATCH -next] x86: devicetree.h needs export.h Randy Dunlap
2011-07-30 19:00 ` Paul Gortmaker
2011-07-30 1:09 ` [PATCH -next] sfi: sfi_acpi.c needs sysfs.h Randy Dunlap
2011-07-30 19:05 ` Paul Gortmaker
2011-07-30 4:11 ` [PATCH -next] power: max8998_charger.c needs module.h Randy Dunlap
2011-08-19 17:02 ` Anton Vorontsov
2011-07-30 4:13 ` [PATCH -next] regulator: aat2870-regulator.c " Randy Dunlap
2011-08-01 0:15 ` Mark Brown
2011-08-01 0:33 ` Stephen Rothwell
2011-08-01 1:05 ` Stephen Rothwell
2011-08-01 9:25 ` Samuel Ortiz
2011-08-01 18:09 ` Liam Girdwood
2011-08-03 10:28 ` Samuel Ortiz
2011-07-30 4:14 ` Randy Dunlap [this message]
2011-07-30 6:04 ` [PATCH -next] sound: rtctimer.c " Takashi Iwai
2011-07-30 4:14 ` [PATCH -next] i2c: i2c-pxa-pci.c " Randy Dunlap
[not found] ` <20110729211430.6c4830bd.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
2011-07-30 19:09 ` Paul Gortmaker
2011-07-31 16:42 ` Ben Dooks
[not found] ` <20110731164208.GP15795-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2011-07-31 19:41 ` Paul Gortmaker
2011-07-30 4:14 ` [PATCH -next] input: mouse/hgpk.c " Randy Dunlap
2011-07-30 19:02 ` Dmitry Torokhov
2011-07-30 4:14 ` [PATCH -next] x86/platform: geode/alix.c " Randy Dunlap
2011-07-30 4:14 ` [PATCH -next] x86/platform: mrst/pmu.c " Randy Dunlap
2011-08-01 15:31 ` Len Brown
2011-07-30 11:38 ` linux-next: Tree for July 29 Sedat Dilek
2011-07-30 16:08 ` Arnaud Lacombe
2011-07-30 16:16 ` Sedat Dilek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110729211412.f064a06c.rdunlap@xenotime.net \
--to=rdunlap@xenotime$(echo .)net \
--cc=akpm@linux-foundation$(echo .)org \
--cc=alsa-devel@alsa-project$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=sfr@canb$(echo .)auug.org.au \
--cc=tiwai@suse$(echo .)de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox