From: Jérôme Pouiller Date: Tue, 17 Dec 2019 16:14:54 +0000 (+0000) Subject: staging: wfx: remove useless include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1380b9397706d1cc14cff48a7f3a6b8aa97ea2ba;p=linux.git staging: wfx: remove useless include hif_tx.c does not use any struct skb. Signed-off-by: Jérôme Pouiller Link: https://lore.kernel.org/r/20191217161318.31402-19-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c index cb7cddcb98159..e8c2bd1efbac6 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 #include #include "hif_tx.h"