[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1525593233-10968-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Sun, 6 May 2018 09:53:53 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: Amitkumar Karwar <amitkarwar@...il.com>
Cc: kernel-janitors@...r.kernel.org,
Nishant Sarmukadam <nishants@...vell.com>,
Ganapathi Bhat <gbhat@...vell.com>,
Xinming Hu <huxm@...vell.com>,
Kalle Valo <kvalo@...eaurora.org>,
"David S. Miller" <davem@...emloft.net>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] mwifiex: delete unneeded include
Nothing that is defined in 11ac.h is referenced in cmdevt.c.
Signed-off-by: Julia Lawall <Julia.Lawall@...6.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);
Powered by blists - more mailing lists