2022-02-25 11:58:44

by Jérôme Pouiller

[permalink] [raw]
Subject: [PATCH 06/10] staging: wfx: drop useless include

From: Jérôme Pouiller <[email protected]>

ieee80211.h is useless since commit 5e911c3d9dbc9 ("staging: wfx: avoid
defining array of flexible struct")

Signed-off-by: Jérôme Pouiller <[email protected]>
---
drivers/staging/wfx/hif_api_cmd.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wfx/hif_api_cmd.h b/drivers/staging/wfx/hif_api_cmd.h
index 444ff7ed882d..8b91b1d4a46b 100644
--- a/drivers/staging/wfx/hif_api_cmd.h
+++ b/drivers/staging/wfx/hif_api_cmd.h
@@ -8,8 +8,6 @@
#ifndef WFX_HIF_API_CMD_H
#define WFX_HIF_API_CMD_H

-#include <linux/ieee80211.h>
-
#include "hif_api_general.h"

enum wfx_hif_requests_ids {
--
2.34.1