diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 17:24:43 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 17:25:07 +0100 |
commit | 976412fbc9855176ea7e02602a601b46c4479fcc (patch) | |
tree | 8f06fde284a151a2edb01abd04e786ae48274d9b /sound/core | |
parent | 6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (diff) | |
download | linux-976412fbc9855176ea7e02602a601b46c4479fcc.tar.bz2 |
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/memory.c b/sound/core/memory.c index ca775d7589db..4cd664efad77 100644 --- a/sound/core/memory.c +++ b/sound/core/memory.c @@ -22,7 +22,7 @@ #include <linux/export.h> #include <linux/io.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <sound/core.h> /** |