[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432744411-6635-1-git-send-email-roche@httrack.com>
Date: Wed, 27 May 2015 18:33:31 +0200
From: Xavier Roche <roche@...rack.com>
To: linux-wireless@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Larry Finger <Larry.Finger@...inger.net>,
Jes Sorensen <Jes.Sorensen@...hat.com>,
Trivial Patch Monkey <trivial@...nel.org>,
Xavier Roche <roche@...rack.com>
Subject: [PATCH] Replaced #include <asm/(uaccess|atomic|io).h> by #include <linux/(uaccess|atomic|io).h>
Minor checkpatch.pl fix (staging tree -- also validated on linux-next)
Signed-off-by: Xavier Roche <roche@...rack.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists