[PATCH v2 18/55] staging: wfx: remove useless include

From: JÃrÃme Pouiller
Date: Tue Dec 17 2019 - 11:20:03 EST


From: JÃrÃme Pouiller <jerome.pouiller@xxxxxxxxxx>

hif_tx.c does not use any struct skb.

Signed-off-by: JÃrÃme Pouiller <jerome.pouiller@xxxxxxxxxx>
---
drivers/staging/wfx/hif_tx.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c
index cb7cddcb9815..e8c2bd1efbac 100644
--- a/drivers/staging/wfx/hif_tx.c
+++ b/drivers/staging/wfx/hif_tx.c
@@ -6,7 +6,6 @@
* Copyright (c) 2017-2019, Silicon Laboratories, Inc.
* Copyright (c) 2010, ST-Ericsson
*/
-#include <linux/skbuff.h>
#include <linux/etherdevice.h>

#include "hif_tx.h"
--
2.24.0