From: Arend van Spriel <arend@broadcom.com>
To: Hauke Mehrtens <hauke@hauke-m.de>, <kvalo@codeaurora.org>
Cc: <brudley@broadcom.com>, <frankyl@broadcom.com>,
<meuleman@broadcom.com>, <linux-wireless@vger.kernel.org>,
<brcm80211-dev-list@broadcom.com>
Subject: Re: [PATCH] brcmfmac: include linux/atomic.h
Date: Sat, 19 Sep 2015 16:25:45 +0200 [thread overview]
Message-ID: <55FD7069.2030002@broadcom.com> (raw)
In-Reply-To: <1442659640-11835-1-git-send-email-hauke@hauke-m.de>
On 09/19/2015 12:47 PM, Hauke Mehrtens wrote:
> brcmfmac uses atomic_or() and other atomic_* functions, but does not
> include linux/atomic.h. This file gets included by some other header
> file so this normally does not cause problems.
Thanks, Hauke
Acked-by: Arend van Spriel <arend@broadcom.com>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
> ---
> drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
> index f990e3d..ea9150b 100644
> --- a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
> +++ b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
> @@ -15,6 +15,7 @@
> */
>
> #include <linux/types.h>
> +#include <linux/atomic.h>
> #include <linux/kernel.h>
> #include <linux/kthread.h>
> #include <linux/printk.h>
>
next prev parent reply other threads:[~2015-09-19 14:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 10:47 [PATCH] brcmfmac: include linux/atomic.h Hauke Mehrtens
2015-09-19 14:25 ` Arend van Spriel [this message]
2015-09-29 7:58 ` Kalle Valo
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=55FD7069.2030002@broadcom.com \
--to=arend@broadcom.com \
--cc=brcm80211-dev-list@broadcom.com \
--cc=brudley@broadcom.com \
--cc=frankyl@broadcom.com \
--cc=hauke@hauke-m.de \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=meuleman@broadcom.com \
/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).