linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/4] sd: use <linux/uaccess.h> include instead of <asm/uaccess.h> one
@ 2009-04-29 20:08 Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; only message in thread
From: Bartlomiej Zolnierkiewicz @ 2009-04-29 20:08 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-29 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 20:08 [PATCH 3/4] sd: use <linux/uaccess.h> include instead of <asm/uaccess.h> one Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).