summaryrefslogtreecommitdiff
path: root/sound/core/memory.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-28 17:24:43 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-28 17:25:07 +0100
commit976412fbc9855176ea7e02602a601b46c4479fcc (patch)
tree8f06fde284a151a2edb01abd04e786ae48274d9b /sound/core/memory.c
parent6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (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/memory.c')
-rw-r--r--sound/core/memory.c2
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>
/**