Commit 0835da67c11e879ed5dc23160934d8970470a2ce

Authored by Jens Axboe
1 parent 3e1a7ff8a0

block: use linux/uaccess.h in elevator.c instead of asm variant

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -34,8 +34,7 @@
34 34 #include <linux/delay.h>
35 35 #include <linux/blktrace_api.h>
36 36 #include <linux/hash.h>
37   -
38   -#include <asm/uaccess.h>
  37 +#include <linux/uaccess.h>
39 38  
40 39 static DEFINE_SPINLOCK(elv_list_lock);
41 40 static LIST_HEAD(elv_list);