Skip to content

Commit

Permalink
block: use linux/uaccess.h in elevator.c instead of asm variant
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Oct 9, 2008
1 parent 3e1a7ff commit 0835da6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions block/elevator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0835da6

Please sign in to comment.