mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0748e36265
commit
52e0cdc546
|
@ -32,10 +32,6 @@
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "wcmd.h"
|
#include "wcmd.h"
|
||||||
|
|
||||||
void RXvWorkItem(struct work_struct *work);
|
|
||||||
|
|
||||||
void RXvFreeRCB(struct vnt_rcb *pRCB, int bReAllocSkb);
|
|
||||||
|
|
||||||
int vnt_rx_data(struct vnt_private *, struct vnt_rcb *,
|
int vnt_rx_data(struct vnt_private *, struct vnt_rcb *,
|
||||||
unsigned long bytes_recieved);
|
unsigned long bytes_recieved);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue