From: Jens Axboe Date: Tue, 26 Aug 2008 07:15:47 +0000 (+0200) Subject: block: use linux/uaccess.h in elevator.c instead of asm variant X-Git-Tag: v2.6.28-rc1~733^2~77 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0835da67c11e879ed5dc23160934d8970470a2ce;p=linux-2.6-omap-h63xx.git block: use linux/uaccess.h in elevator.c instead of asm variant Signed-off-by: Jens Axboe --- diff --git a/block/elevator.c b/block/elevator.c index 269615e6dbf..8e3fc3afc77 100644 --- a/block/elevator.c +++ b/block/elevator.c @@ -34,8 +34,7 @@ #include #include #include - -#include +#include static DEFINE_SPINLOCK(elv_list_lock); static LIST_HEAD(elv_list);