All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] brcmfmac: add missing include
@ 2016-01-15 15:00 Felix Fietkau
  2016-01-19 13:05 ` Kalle Valo
  2016-01-19 19:24 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Felix Fietkau @ 2016-01-15 15:00 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo

linux/module.h is required for defining module parameters

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
index 4265b50..cfee477 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
@@ -17,6 +17,7 @@
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <linux/netdevice.h>
+#include <linux/module.h>
 #include <brcmu_wifi.h>
 #include <brcmu_utils.h>
 #include "core.h"
-- 
2.2.2


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

* Re: [PATCH] brcmfmac: add missing include
  2016-01-15 15:00 [PATCH] brcmfmac: add missing include Felix Fietkau
@ 2016-01-19 13:05 ` Kalle Valo
  2016-01-19 19:24 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2016-01-19 13:05 UTC (permalink / raw)
  To: Felix Fietkau; +Cc: linux-wireless

Felix Fietkau <nbd@openwrt.org> writes:

> linux/module.h is required for defining module parameters
>
> Signed-off-by: Felix Fietkau <nbd@openwrt.org>

I'm planning to send this to 4.5.

-- 
Kalle Valo

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

* Re: brcmfmac: add missing include
  2016-01-15 15:00 [PATCH] brcmfmac: add missing include Felix Fietkau
  2016-01-19 13:05 ` Kalle Valo
@ 2016-01-19 19:24 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2016-01-19 19:24 UTC (permalink / raw)
  To: Felix Fietkau; +Cc: linux-wireless


> linux/module.h is required for defining module parameters
> 
> Signed-off-by: Felix Fietkau <nbd@openwrt.org>

Thanks, applied to wireless-drivers.git.

Kalle Valo

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

end of thread, other threads:[~2016-01-19 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-15 15:00 [PATCH] brcmfmac: add missing include Felix Fietkau
2016-01-19 13:05 ` Kalle Valo
2016-01-19 19:24 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.