linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Replaced #include <asm/(uaccess|atomic|io).h> by #include <linux/(uaccess|atomic|io).h>
@ 2015-05-27 16:33 Xavier Roche
  2015-05-28  5:39 ` [PATCH] rtl8723au: replaced asm/atomic.h by linux/atomic.h Xavier Roche
  0 siblings, 1 reply; 4+ messages in thread
From: Xavier Roche @ 2015-05-27 16:33 UTC (permalink / raw)
  To: linux-wireless
  Cc: linux-kernel, Larry Finger, Jes Sorensen, Trivial Patch Monkey,
	Xavier Roche

Minor checkpatch.pl fix (staging tree -- also validated on linux-next)

Signed-off-by: Xavier Roche <roche@httrack.com>
---
 drivers/staging/rtl8723au/include/osdep_service.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rtl8723au/include/osdep_service.h b/drivers/staging/rtl8723au/include/osdep_service.h
index dedb418..98250b1 100644
--- a/drivers/staging/rtl8723au/include/osdep_service.h
+++ b/drivers/staging/rtl8723au/include/osdep_service.h
@@ -29,10 +29,10 @@
 #include <linux/kref.h>
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <asm/byteorder.h>
-#include <asm/atomic.h>
-#include <asm/io.h>
+#include <linux/atomic.h>
+#include <linux/io.h>
 #include <linux/semaphore.h>
 #include <linux/sem.h>
 #include <linux/sched.h>
-- 
1.9.1


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

end of thread, other threads:[~2015-06-08 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 16:33 [PATCH] Replaced #include <asm/(uaccess|atomic|io).h> by #include <linux/(uaccess|atomic|io).h> Xavier Roche
2015-05-28  5:39 ` [PATCH] rtl8723au: replaced asm/atomic.h by linux/atomic.h Xavier Roche
2015-06-08  6:16   ` Kalle Valo
2015-06-08 18:42     ` Xavier Roche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).