diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-08-26 09:15:47 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 08:56:09 +0200 |
commit | 0835da67c11e879ed5dc23160934d8970470a2ce (patch) | |
tree | 8a09f5592d9573955e118240848174b5db491aab /block | |
parent | 3e1a7ff8a0a7b948f2684930166954f9e8e776fe (diff) | |
download | linux-0835da67c11e879ed5dc23160934d8970470a2ce.tar.bz2 |
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 @@ #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); |