Skip to content

Commit

Permalink
ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8…
Browse files Browse the repository at this point in the history
…000_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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
jjuhl authored and tiwai committed Feb 6, 2012
1 parent b544d1e commit 226e01e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/isa/sb/emu8000_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 226e01e

Please sign in to comment.