commit | 0835da67c11e879ed5dc23160934d8970470a2ce | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Aug 26 09:15:47 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 09 08:56:09 2008 +0200 |
tree | 8a09f5592d9573955e118240848174b5db491aab | |
parent | 3e1a7ff8a0a7b948f2684930166954f9e8e776fe [diff] [blame] |
block: use linux/uaccess.h in elevator.c instead of asm variant Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/block/elevator.c b/block/elevator.c index 269615e..8e3fc3a 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);