* [PATCH net-next] drivers/net: Add module.h to wireless/ath/ath6kl/sdio.c
@ 2011-09-30 23:07 ` Paul Gortmaker
0 siblings, 0 replies; 4+ messages in thread
From: Paul Gortmaker @ 2011-09-30 23:07 UTC (permalink / raw)
To: davem; +Cc: netdev, linville, kvalo, linux-wireless, Paul Gortmaker
This file uses various MODULE_* macros, and so needs the full
module.h header called out explicitly.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
[Dave: I can't carry this in the module.h tree with all the other one
line patches, as it only exists in trees based off wireless/net-next.
It fixes a compile failure that shows up in linux-next. Thanks.]
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c
index 3417160..ca4a93e 100644
--- a/drivers/net/wireless/ath/ath6kl/sdio.c
+++ b/drivers/net/wireless/ath/ath6kl/sdio.c
@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <linux/module.h>
#include <linux/mmc/card.h>
#include <linux/mmc/mmc.h>
#include <linux/mmc/host.h>
--
1.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH net-next] drivers/net: Add module.h to wireless/ath/ath6kl/sdio.c
@ 2011-09-30 23:07 ` Paul Gortmaker
0 siblings, 0 replies; 4+ messages in thread
From: Paul Gortmaker @ 2011-09-30 23:07 UTC (permalink / raw)
To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linville-2XuSBdqkA4R54TAoqtyWWQ,
kvalo-A+ZNKFmMK5xy9aJCnZT0Uw,
linux-wireless-u79uwXL29TY76Z2rM5mHXA, Paul Gortmaker
This file uses various MODULE_* macros, and so needs the full
module.h header called out explicitly.
Signed-off-by: Paul Gortmaker <paul.gortmaker-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
---
[Dave: I can't carry this in the module.h tree with all the other one
line patches, as it only exists in trees based off wireless/net-next.
It fixes a compile failure that shows up in linux-next. Thanks.]
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c
index 3417160..ca4a93e 100644
--- a/drivers/net/wireless/ath/ath6kl/sdio.c
+++ b/drivers/net/wireless/ath/ath6kl/sdio.c
@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <linux/module.h>
#include <linux/mmc/card.h>
#include <linux/mmc/mmc.h>
#include <linux/mmc/host.h>
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] drivers/net: Add module.h to wireless/ath/ath6kl/sdio.c
@ 2011-10-03 10:48 ` Kalle Valo
0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2011-10-03 10:48 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: davem, netdev, linville, linux-wireless
On 10/01/2011 02:07 AM, Paul Gortmaker wrote:
> This file uses various MODULE_* macros, and so needs the full
> module.h header called out explicitly.
FWIW last week I added a similar patch to ath6kl.git (but not the same
as the file has changed):
https://github.com/kvalo/ath6kl/commit/c6efe578fc5dd02463d2ee20343494da56bdd3a9
I also sent a pull request to John so it should be in wireless-next soon.
Kalle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] drivers/net: Add module.h to wireless/ath/ath6kl/sdio.c
@ 2011-10-03 10:48 ` Kalle Valo
0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2011-10-03 10:48 UTC (permalink / raw)
To: Paul Gortmaker
Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA,
linville-2XuSBdqkA4R54TAoqtyWWQ,
linux-wireless-u79uwXL29TY76Z2rM5mHXA
On 10/01/2011 02:07 AM, Paul Gortmaker wrote:
> This file uses various MODULE_* macros, and so needs the full
> module.h header called out explicitly.
FWIW last week I added a similar patch to ath6kl.git (but not the same
as the file has changed):
https://github.com/kvalo/ath6kl/commit/c6efe578fc5dd02463d2ee20343494da56bdd3a9
I also sent a pull request to John so it should be in wireless-next soon.
Kalle
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-03 10:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 23:07 [PATCH net-next] drivers/net: Add module.h to wireless/ath/ath6kl/sdio.c Paul Gortmaker
2011-09-30 23:07 ` Paul Gortmaker
2011-10-03 10:48 ` Kalle Valo
2011-10-03 10:48 ` 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.