diff options
author | Takashi Iwai | 2015-01-28 17:24:43 +0100 |
---|---|---|
committer | Takashi Iwai | 2015-01-28 17:25:07 +0100 |
commit | 976412fbc9855176ea7e02602a601b46c4479fcc (patch) | |
tree | 8f06fde284a151a2edb01abd04e786ae48274d9b /sound/synth/emux/soundfont.c | |
parent | 6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (diff) |
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/synth/emux/soundfont.c')
-rw-r--r-- | sound/synth/emux/soundfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/synth/emux/soundfont.c b/sound/synth/emux/soundfont.c index 78683b2064f7..31a4ea94830e 100644 --- a/sound/synth/emux/soundfont.c +++ b/sound/synth/emux/soundfont.c @@ -25,7 +25,7 @@ * of doing things so that the old sfxload utility can be used. * Everything may change when there is an alsa way of doing things. */ -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <linux/slab.h> #include <linux/export.h> #include <sound/core.h> |