From: Xavier Roche <roche@httrack.com>
To: linux-wireless@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
Larry Finger <Larry.Finger@lwfinger.net>,
Jes Sorensen <Jes.Sorensen@redhat.com>,
Trivial Patch Monkey <trivial@kernel.org>,
Xavier Roche <roche@httrack.com>
Subject: [PATCH] Replaced #include <asm/(uaccess|atomic|io).h> by #include <linux/(uaccess|atomic|io).h>
Date: Wed, 27 May 2015 18:33:31 +0200 [thread overview]
Message-ID: <1432744411-6635-1-git-send-email-roche@httrack.com> (raw)
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
next reply other threads:[~2015-05-27 16:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 16:33 Xavier Roche [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432744411-6635-1-git-send-email-roche@httrack.com \
--to=roche@httrack.com \
--cc=Jes.Sorensen@redhat.com \
--cc=Larry.Finger@lwfinger.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).