public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
@ 2017-01-05 10:39 Arvind Yadav
  2017-01-05 11:46 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Arvind Yadav @ 2017-01-05 10:39 UTC (permalink / raw)
  To: gregkh; +Cc: isdn, arnd, devel, linux-kernel

Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
ioremap_cache, tree-wide.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
---
 drivers/staging/i4l/act2000/act2000.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i4l/act2000/act2000.h b/drivers/staging/i4l/act2000/act2000.h
index 321d437..e372ff5 100644
--- a/drivers/staging/i4l/act2000/act2000.h
+++ b/drivers/staging/i4l/act2000/act2000.h
@@ -70,7 +70,7 @@
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/major.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/signal.h>
 #include <linux/slab.h>
-- 
1.9.1

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

end of thread, other threads:[~2017-01-06  6:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-05 10:39 [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h' Arvind Yadav
2017-01-05 11:46 ` Greg KH
2017-01-05 11:55   ` Arvind Yadav
2017-01-05 12:05     ` Greg KH
2017-01-06  6:20       ` Arvind Yadav

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