summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-08-26 09:15:47 +0200
committerJens Axboe <jens.axboe@oracle.com>2008-10-09 08:56:09 +0200
commit0835da67c11e879ed5dc23160934d8970470a2ce (patch)
tree8a09f5592d9573955e118240848174b5db491aab /block/elevator.c
parent3e1a7ff8a0a7b948f2684930166954f9e8e776fe (diff)
downloadlinux-0-day-0835da67c11e879ed5dc23160934d8970470a2ce.tar.gz
linux-0-day-0835da67c11e879ed5dc23160934d8970470a2ce.tar.xz
block: use linux/uaccess.h in elevator.c instead of asm variant
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/elevator.c')
-rw-r--r--block/elevator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/block/elevator.c b/block/elevator.c
index 269615e6dbf50..8e3fc3afc77b3 100644
--- a/block/elevator.c
+++ b/block/elevator.c
@@ -34,8 +34,7 @@
#include <linux/delay.h>
#include <linux/blktrace_api.h>
#include <linux/hash.h>
-
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
static DEFINE_SPINLOCK(elv_list_lock);
static LIST_HEAD(elv_list);