Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: wfx: remove useless include

hif_tx.c does not use any struct skb.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20191217161318.31402-19-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jérôme Pouiller and committed by
Greg Kroah-Hartman
1380b939 faa4763f

-1
-1
drivers/staging/wfx/hif_tx.c
··· 6 6 * Copyright (c) 2017-2019, Silicon Laboratories, Inc. 7 7 * Copyright (c) 2010, ST-Ericsson 8 8 */ 9 - #include <linux/skbuff.h> 10 9 #include <linux/etherdevice.h> 11 10 12 11 #include "hif_tx.h"