* [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
@ 2017-01-05 10:45 Arvind Yadav
2017-01-05 11:46 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Arvind Yadav @ 2017-01-05 10:45 UTC (permalink / raw)
To: gregkh; +Cc: arnd, salah.triki, binoy.jayan, Jes.Sorensen, 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/rtl8192u/r8192U.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/r8192U.h b/drivers/staging/rtl8192u/r8192U.h
index 0b7b04e..c078659 100644
--- a/drivers/staging/rtl8192u/r8192U.h
+++ b/drivers/staging/rtl8192u/r8192U.h
@@ -34,7 +34,7 @@
#include <linux/proc_fs.h>
#include <linux/if_arp.h>
#include <linux/random.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include "ieee80211/ieee80211.h"
#define RTL8192U
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
2017-01-05 10:45 [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h' Arvind Yadav
@ 2017-01-05 11:46 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-01-05 11:46 UTC (permalink / raw)
To: Arvind Yadav
Cc: arnd, salah.triki, binoy.jayan, Jes.Sorensen, devel, linux-kernel
On Thu, Jan 05, 2017 at 04:15:03PM +0530, Arvind Yadav wrote:
> Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
> ioremap_cache, tree-wide.
Same complaint about text here as well...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-05 11:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-05 10:45 [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h' Arvind Yadav
2017-01-05 11:46 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox