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] rtl8723au: replaced asm/atomic.h by linux/atomic.h
Date: Thu, 28 May 2015 07:39:31 +0200 [thread overview]
Message-ID: <1432791571-17262-1-git-send-email-roche@httrack.com> (raw)
In-Reply-To: <1432744411-6635-1-git-send-email-roche@httrack.com>
Minor additional checkpatch.pl fix for include/rtw_io.h
Signed-off-by: Xavier Roche <roche@httrack.com>
---
drivers/staging/rtl8723au/include/rtw_io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/include/rtw_io.h b/drivers/staging/rtl8723au/include/rtw_io.h
index c8119e2..dfdf35a 100644
--- a/drivers/staging/rtl8723au/include/rtw_io.h
+++ b/drivers/staging/rtl8723au/include/rtw_io.h
@@ -24,7 +24,7 @@
#include <linux/list.h>
/* include <linux/smp_lock.h> */
#include <linux/spinlock.h>
-#include <asm/atomic.h>
+#include <linux/atomic.h>
#include <linux/usb.h>
#include <linux/usb/ch9.h>
--
1.9.1
next prev parent reply other threads:[~2015-05-28 5:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Xavier Roche [this message]
2015-06-08 6:16 ` [PATCH] rtl8723au: replaced asm/atomic.h by linux/atomic.h 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=1432791571-17262-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
Powered by JetHome