staging: vt6656: desc.h remove typedef struct tagSTxBufHead to rxtx.h
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 17 Sep 2013 18:54:35 +0000 (19:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:25:40 +0000 (16:25 -0700)
commitd66caada5a69443677841b487125752f9fcea126
tree9e3cf2d69fae8f440a01dcc68147c60fff3db136
parente0e2615af2d0e588872ab65866d879e2dcd1c71b
staging: vt6656: desc.h remove typedef struct tagSTxBufHead to rxtx.h

In code it is referred to as fifo to renamed to
typedef struct tagSTxBufHead -> struct vnt_tx_fifo_head

This is only needed by rxtc.c so moved to rxtx.h

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/desc.h
drivers/staging/vt6656/rxtx.c
drivers/staging/vt6656/rxtx.h