staging: wfx: drop useless include
ieee80211.h is useless since commit 5e911c3d9d
("staging: wfx: avoid
defining array of flexible struct")
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20220225112405.355599-7-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
063cf5f589
commit
a564d55a0c
|
@ -8,8 +8,6 @@
|
||||||
#ifndef WFX_HIF_API_CMD_H
|
#ifndef WFX_HIF_API_CMD_H
|
||||||
#define WFX_HIF_API_CMD_H
|
#define WFX_HIF_API_CMD_H
|
||||||
|
|
||||||
#include <linux/ieee80211.h>
|
|
||||||
|
|
||||||
#include "hif_api_general.h"
|
#include "hif_api_general.h"
|
||||||
|
|
||||||
enum wfx_hif_requests_ids {
|
enum wfx_hif_requests_ids {
|
||||||
|
|
Loading…
Reference in New Issue