LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] mwifiex: delete unneeded include
@ 2018-05-06 7:53 Julia Lawall
2018-05-09 10:25 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2018-05-06 7:53 UTC (permalink / raw)
To: Amitkumar Karwar
Cc: kernel-janitors, Nishant Sarmukadam, Ganapathi Bhat, Xinming Hu,
Kalle Valo, David S. Miller, linux-wireless, netdev,
linux-kernel
Nothing that is defined in 11ac.h is referenced in cmdevt.c.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
---
drivers/net/wireless/marvell/mwifiex/cmdevt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/marvell/mwifiex/cmdevt.c b/drivers/net/wireless/marvell/mwifiex/cmdevt.c
index 7014f44..9cfcdf6 100644
--- a/drivers/net/wireless/marvell/mwifiex/cmdevt.c
+++ b/drivers/net/wireless/marvell/mwifiex/cmdevt.c
@@ -25,7 +25,6 @@
#include "main.h"
#include "wmm.h"
#include "11n.h"
-#include "11ac.h"
static void mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: mwifiex: delete unneeded include
2018-05-06 7:53 [PATCH] mwifiex: delete unneeded include Julia Lawall
@ 2018-05-09 10:25 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-05-09 10:25 UTC (permalink / raw)
To: Julia Lawall
Cc: Amitkumar Karwar, kernel-janitors, Nishant Sarmukadam,
Ganapathi Bhat, Xinming Hu, David S. Miller, linux-wireless,
netdev, linux-kernel
Julia Lawall <Julia.Lawall@lip6.fr> wrote:
> Nothing that is defined in 11ac.h is referenced in cmdevt.c.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Patch applied to wireless-drivers-next.git, thanks.
4793e5a954fa mwifiex: delete unneeded include
--
https://patchwork.kernel.org/patch/10382667/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-09 10:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-06 7:53 [PATCH] mwifiex: delete unneeded include Julia Lawall
2018-05-09 10:25 ` Kalle Valo
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).