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

staging: vt6656: dpc.h remove dead function prototypes

Removing
RXvWorkItem
RXvFreeRCB

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
52e0cdc5 0748e362

-4
-4
drivers/staging/vt6656/dpc.h
··· 32 32 #include "device.h" 33 33 #include "wcmd.h" 34 34 35 - void RXvWorkItem(struct work_struct *work); 36 - 37 - void RXvFreeRCB(struct vnt_rcb *pRCB, int bReAllocSkb); 38 - 39 35 int vnt_rx_data(struct vnt_private *, struct vnt_rcb *, 40 36 unsigned long bytes_recieved); 41 37