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

staging: vt6656: dpc remove unneeded headers

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
23690634 52e0cdc5

-4
-3
drivers/staging/vt6656/dpc.c
··· 32 32 33 33 #include "dpc.h" 34 34 #include "device.h" 35 - #include "rxtx.h" 36 - #include "card.h" 37 35 #include "mac.h" 38 36 #include "baseband.h" 39 37 #include "rf.h" 40 - #include "usbpipe.h" 41 38 42 39 int vnt_rx_data(struct vnt_private *priv, struct vnt_rcb *ptr_rcb, 43 40 unsigned long bytes_received)
-1
drivers/staging/vt6656/dpc.h
··· 30 30 #define __DPC_H__ 31 31 32 32 #include "device.h" 33 - #include "wcmd.h" 34 33 35 34 int vnt_rx_data(struct vnt_private *, struct vnt_rcb *, 36 35 unsigned long bytes_recieved);