projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b544d1e
)
ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.c
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 5 Feb 2012 00:27:44 +0000
(
01:27
+0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 6 Feb 2012 09:22:54 +0000
(10:22 +0100)
The header 'linux/moduleparam.h' is included twice in
'sound/isa/sb/emu8000_patch.c'. Once is enough.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/emu8000_patch.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/isa/sb/emu8000_patch.c
b/sound/isa/sb/emu8000_patch.c
index e09f144177f502f6176139e3e2258890ae88a560..c99c6078be3376fa792f8b335e31f57a80a7c221 100644
(file)
--- a/
sound/isa/sb/emu8000_patch.c
+++ b/
sound/isa/sb/emu8000_patch.c
@@
-22,7
+22,6
@@
#include "emu8000_local.h"
#include <asm/uaccess.h>
#include <linux/moduleparam.h>
-#include <linux/moduleparam.h>
static int emu8000_reset_addr;
module_param(emu8000_reset_addr, int, 0444);