From: Jesper Juhl Date: Sun, 5 Feb 2012 00:27:44 +0000 (+0100) Subject: ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=226e01ef0da0b1a4c2c3922fb83ff3f9e4dfb508;p=linux-beck.git ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.c The header 'linux/moduleparam.h' is included twice in 'sound/isa/sb/emu8000_patch.c'. Once is enough. Signed-off-by: Jesper Juhl Signed-off-by: Takashi Iwai --- diff --git a/sound/isa/sb/emu8000_patch.c b/sound/isa/sb/emu8000_patch.c index e09f144177f5..c99c6078be33 100644 --- a/sound/isa/sb/emu8000_patch.c +++ b/sound/isa/sb/emu8000_patch.c @@ -22,7 +22,6 @@ #include "emu8000_local.h" #include #include -#include static int emu8000_reset_addr; module_param(emu8000_reset_addr, int, 0444);