ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.c
authorJesper Juhl <jj@chaosbits.net>
Sun, 5 Feb 2012 00:27:44 +0000 (01:27 +0100)
committerTakashi 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

index e09f144177f502f6176139e3e2258890ae88a560..c99c6078be3376fa792f8b335e31f57a80a7c221 100644 (file)
@@ -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);