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 <jj@chaosbits.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b544d1e0e2
commit
226e01ef0d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue