Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1551877 > unrolled thread

[v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.

Started byArvind Yadav <arvind.yadav.cs@gmail.com>
First post2017-01-05 11:50 +0100
Last post2017-01-05 12:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'. Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-01-05 11:50 +0100
    Re: [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use  'linux/io.h'. Greg KH <gregkh@linuxfoundation.org> - 2017-01-05 12:50 +0100

#1551877 — [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.

FromArvind Yadav <arvind.yadav.cs@gmail.com>
Date2017-01-05 11:50 +0100
Subject[v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
Message-ID<sWdMm-1OF-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1551917 — Re: [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-01-05 12:50 +0100
SubjectRe: [v1] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
Message-ID<sWeIp-2qW-11@gated-at.bofh.it>
In reply to#1551877
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...

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web