diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 11:24:43 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 11:25:07 -0500 |
commit | 976412fbc9855176ea7e02602a601b46c4479fcc (patch) | |
tree | 8f06fde284a151a2edb01abd04e786ae48274d9b /sound/core | |
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/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 @@ | |||
22 | 22 | ||
23 | #include <linux/export.h> | 23 | #include <linux/export.h> |
24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
25 | #include <asm/uaccess.h> | 25 | #include <linux/uaccess.h> |
26 | #include <sound/core.h> | 26 | #include <sound/core.h> |
27 | 27 | ||
28 | /** | 28 | /** |