staging: vt6656: desc.h remove typedef tagSTxDataHead_a_FB to new structure in rxtx.h
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 16 Aug 2013 22:51:38 +0000 (23:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 22:39:19 +0000 (15:39 -0700)
commit1da4ee2050b8751fc55d79cd4ba89a10c2a9e1be
treee8b394b7598d980987991abe63a109edd2057172
parent558becf1888eb8945a74af2e2430908ac6373131
staging: vt6656: desc.h remove typedef tagSTxDataHead_a_FB to new structure in rxtx.h

To new structure.
typedef struct tagSTxDataHead_a_FB -> struct vnt_tx_datahead_a_fb

This is only needed by rxtc.c so moved to rxtx.h visible to
vnt_rts* structures which it will eventually form part of
their structure.

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