projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1a7ff
)
block: use linux/uaccess.h in elevator.c instead of asm variant
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 26 Aug 2008 07:15:47 +0000
(09:15 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 9 Oct 2008 06:56:09 +0000
(08:56 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/elevator.c
patch
|
blob
|
blame
|
history
diff --git
a/block/elevator.c
b/block/elevator.c
index 269615e6dbf502daaedc89d03ca7d6f136baf52b..8e3fc3afc77b31e0abef2c42b5c1fe315f789968 100644
(file)
--- 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);