Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] brcmfmac: of: Include "of.h" header file
@ 2016-02-14 21:57 Fabio Estevam
  2016-02-15  0:34 ` Julian Calaby
  2016-02-15  9:15 ` Arend Van Spriel
  0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2016-02-14 21:57 UTC (permalink / raw)
  To: kvalo; +Cc: arend, linux-wireless, Fabio Estevam

From: Fabio Estevam <fabio.estevam@nxp.com>

Include "of.h" header file to fix the following sparse warning:

drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c:27:6: warning: symbol 'brcmf_of_probe' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Resending to linux-wireless@vger.kernel.org

 drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
index 03f35e0..6231b36 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
@@ -23,6 +23,7 @@
 #include <defs.h>
 #include "debug.h"
 #include "sdio.h"
+#include "of.h"
 
 void brcmf_of_probe(struct brcmf_sdio_dev *sdiodev)
 {
-- 
1.9.1


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

* Re: [PATCH] brcmfmac: of: Include "of.h" header file
  2016-02-14 21:57 [PATCH] brcmfmac: of: Include "of.h" header file Fabio Estevam
@ 2016-02-15  0:34 ` Julian Calaby
  2016-02-15  9:15 ` Arend Van Spriel
  1 sibling, 0 replies; 5+ messages in thread
From: Julian Calaby @ 2016-02-15  0:34 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Kalle Valo, Arend van Spriel, linux-wireless, Fabio Estevam

Hi All,

On Mon, Feb 15, 2016 at 8:57 AM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Include "of.h" header file to fix the following sparse warning:
>
> drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c:27:6: warning: symbol 'brcmf_of_probe' was not declared. Should it be static?
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Looks correct to me.

Reviewed-by: Julian Calaby <julian.calaby@gmail.com>

Thanks,

-- 
Julian Calaby

Email: julian.calaby@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/

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

* Re: [PATCH] brcmfmac: of: Include "of.h" header file
  2016-02-14 21:57 [PATCH] brcmfmac: of: Include "of.h" header file Fabio Estevam
  2016-02-15  0:34 ` Julian Calaby
@ 2016-02-15  9:15 ` Arend Van Spriel
  2016-02-15 10:03   ` Arend Van Spriel
  1 sibling, 1 reply; 5+ messages in thread
From: Arend Van Spriel @ 2016-02-15  9:15 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: kvalo, Arend Van Spriel, linux-wireless, Fabio Estevam

On Sun, Feb 14, 2016 at 10:57 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Include "of.h" header file to fix the following sparse warning:
>
> drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c:27:6: warning: symbol 'brcmf_of_probe' was not declared. Should it be static?

Acked-by: Arend van Spriel <arend@broadcom.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
> Resending to linux-wireless@vger.kernel.org
>
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
> index 03f35e0..6231b36 100644
> --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
> +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
> @@ -23,6 +23,7 @@
>  #include <defs.h>
>  #include "debug.h"
>  #include "sdio.h"
> +#include "of.h"
>
>  void brcmf_of_probe(struct brcmf_sdio_dev *sdiodev)
>  {
> --
> 1.9.1
>

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

* Re: [PATCH] brcmfmac: of: Include "of.h" header file
  2016-02-15  9:15 ` Arend Van Spriel
@ 2016-02-15 10:03   ` Arend Van Spriel
  2016-02-18 13:19     ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: Arend Van Spriel @ 2016-02-15 10:03 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: kvalo, Arend Van Spriel, linux-wireless, Fabio Estevam

I am actually preparing a patch series and found that this change is
incorporated in that series. As that involves other changes it is
probably better to drop this patch. I thought I could change the
patchwork state for it, but no luck.

Regards,
Arend

On Mon, Feb 15, 2016 at 10:15 AM, Arend Van Spriel
<arend.van@broadcom.com> wrote:
> On Sun, Feb 14, 2016 at 10:57 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> From: Fabio Estevam <fabio.estevam@nxp.com>
>>
>> Include "of.h" header file to fix the following sparse warning:
>>
>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c:27:6: warning: symbol 'brcmf_of_probe' was not declared. Should it be static?
>
> Acked-by: Arend van Spriel <arend@broadcom.com>
>> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
>> ---
>> Resending to linux-wireless@vger.kernel.org
>>
>>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
>> index 03f35e0..6231b36 100644
>> --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
>> +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
>> @@ -23,6 +23,7 @@
>>  #include <defs.h>
>>  #include "debug.h"
>>  #include "sdio.h"
>> +#include "of.h"
>>
>>  void brcmf_of_probe(struct brcmf_sdio_dev *sdiodev)
>>  {
>> --
>> 1.9.1
>>

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

* Re: [PATCH] brcmfmac: of: Include "of.h" header file
  2016-02-15 10:03   ` Arend Van Spriel
@ 2016-02-18 13:19     ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2016-02-18 13:19 UTC (permalink / raw)
  To: Arend Van Spriel
  Cc: Fabio Estevam, Arend Van Spriel, linux-wireless, Fabio Estevam

Arend Van Spriel <arend.van@broadcom.com> writes:

> I am actually preparing a patch series and found that this change is
> incorporated in that series. As that involves other changes it is
> probably better to drop this patch. I thought I could change the
> patchwork state for it, but no luck.

I think you can only change states of patches which you have submitted.
But I dropped this now.

-- 
Kalle Valo

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

end of thread, other threads:[~2016-02-18 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 21:57 [PATCH] brcmfmac: of: Include "of.h" header file Fabio Estevam
2016-02-15  0:34 ` Julian Calaby
2016-02-15  9:15 ` Arend Van Spriel
2016-02-15 10:03   ` Arend Van Spriel
2016-02-18 13:19     ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox