All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: rtl8192u - changed include of asm/io.h
@ 2017-05-10  2:29 Derek Robson
  0 siblings, 0 replies; only message in thread
From: Derek Robson @ 2017-05-10  2:29 UTC (permalink / raw)
  To: gregkh, salah.triki, binoy.jayan, robsonde, Jes.Sorensen,
	colin.king, singhalsimran0, arnd
  Cc: devel, linux-kernel

Changed include of <asm/io.h> to be <linux/io.h>
Complies, but I don't have hardware.
Found using checkpatch.

Signed-off-by: Derek Robson <robsonde@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 e702afb5a70e..4c7a5e3d3e5e 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
-- 
2.12.2

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

only message in thread, other threads:[~2017-05-10  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10  2:29 [PATCH] Staging: rtl8192u - changed include of asm/io.h Derek Robson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.