diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-08-26 03:15:47 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 02:56:09 -0400 |
commit | 0835da67c11e879ed5dc23160934d8970470a2ce (patch) | |
tree | 8a09f5592d9573955e118240848174b5db491aab /block | |
parent | 3e1a7ff8a0a7b948f2684930166954f9e8e776fe (diff) |
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')
-rw-r--r-- | block/elevator.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/elevator.c b/block/elevator.c index 269615e6dbf5..8e3fc3afc77b 100644 --- a/block/elevator.c +++ b/block/elevator.c | |||
@@ -34,8 +34,7 @@ | |||
34 | #include <linux/delay.h> | 34 | #include <linux/delay.h> |
35 | #include <linux/blktrace_api.h> | 35 | #include <linux/blktrace_api.h> |
36 | #include <linux/hash.h> | 36 | #include <linux/hash.h> |
37 | 37 | #include <linux/uaccess.h> | |
38 | #include <asm/uaccess.h> | ||
39 | 38 | ||
40 | static DEFINE_SPINLOCK(elv_list_lock); | 39 | static DEFINE_SPINLOCK(elv_list_lock); |
41 | static LIST_HEAD(elv_list); | 40 | static LIST_HEAD(elv_list); |