mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
#include "emu8000_local.h"
|
#include "emu8000_local.h"
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
#include <linux/moduleparam.h>
|
#include <linux/moduleparam.h>
|
||||||
#include <linux/moduleparam.h>
|
|
||||||
|
|
||||||
static int emu8000_reset_addr;
|
static int emu8000_reset_addr;
|
||||||
module_param(emu8000_reset_addr, int, 0444);
|
module_param(emu8000_reset_addr, int, 0444);
|
||||||
|
|
Loading…
Reference in a new issue