[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-scsi
Subject:    [PATCH 3/4] sd: use <linux/uaccess.h> include instead of <asm/uaccess.h> one
From:       Bartlomiej Zolnierkiewicz <bzolnier () gmail ! com>
Date:       2009-04-29 20:08:52
Message-ID: 200904292208.52749.bzolnier () gmail ! com
[Download RAW message or body]

Fix

	WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
	#52: FILE: scsi/sd.c:52:
	+#include <asm/uaccess.h>

issue detected by checkpatch.pl.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 drivers/scsi/sd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/drivers/scsi/sd.c
===================================================================
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -49,7 +49,7 @@
 #include <linux/mutex.h>
 #include <linux/string_helpers.h>
 #include <linux/async.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <asm/unaligned.h>
 
 #include <scsi/scsi.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic