public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: i2o: Used <linux/uaccess.h>
@ 2015-08-18 17:46 Aparna Karuthodi
  2015-09-03 16:46 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Aparna Karuthodi @ 2015-08-18 17:46 UTC (permalink / raw)
  To: kdasaparna; +Cc: gregkh, linux-kernel, alan, devel

Used #include <linux/uaccess.h> instead of  #include <asm/uaccess.h> to
remove a coding style warning detected by checkpatch.

The warning is given below:
drivers/staging/i2o/config-osm.c:22: WARNING: Use #include
<linux/uaccess.h> instead of <asm/uaccess.h>

Signed-off-by: Aparna Karuthodi <kdasaparna@gmail.com>
---
 drivers/staging/i2o/config-osm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i2o/config-osm.c b/drivers/staging/i2o/config-osm.c
index 519f52f..45091ac 100644
--- a/drivers/staging/i2o/config-osm.c
+++ b/drivers/staging/i2o/config-osm.c
@@ -19,7 +19,7 @@
 #include <linux/namei.h>
 #include <linux/fs.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define OSM_NAME	"config-osm"
 #define OSM_VERSION	"1.323"
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-08 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 17:46 [PATCH] staging: i2o: Used <linux/uaccess.h> Aparna Karuthodi
2015-09-03 16:46 ` Greg KH
2015-09-08 16:25   ` Albino B Neto
2015-09-08 16:47     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox