staging: vt6656: struct vnt_rcb remove unused members

Remove Next and Ref

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-07-18 06:36:10 +01:00 committed by Greg Kroah-Hartman
parent 1b6953dde4
commit 23dbf877b1
2 changed files with 0 additions and 3 deletions

View file

@ -219,8 +219,6 @@ enum {
/* RCB (Receive Control Block) */
struct vnt_rcb {
void *Next;
signed long Ref;
void *pDevice;
struct urb *pUrb;
struct sk_buff *skb;

View file

@ -207,7 +207,6 @@ int vnt_submit_rx_urb(struct vnt_private *priv, struct vnt_rcb *rcb)
return STATUS_FAILURE ;
}
rcb->Ref = 1;
rcb->bBoolInUse = true;
return status;