staging: vt6656: desc.h Remove typedef struct tagSRTS_* to new strutures in rxtx.h
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 15 Aug 2013 20:23:25 +0000 (21:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Aug 2013 00:24:22 +0000 (17:24 -0700)
commitc521cb58880c153683c983a51e54517b21d04daf
tree76eebf5d3f9dc20089bc450f77533a76ec6785f4
parent24b7ed475e2b71eba68ee9714b29c712f8dc41f6
staging: vt6656: desc.h Remove typedef struct tagSRTS_* to new strutures in rxtx.h

The new structures being
typedef struct tagSRTS_g -> struct vnt_rts_g
typedef struct tagSRTS_g_FB -> struct vnt_rts_g_fb
typedef struct tagSRTS_ab -> struct vnt_rts_ab
typedef struct tagSRTS_a_FB -> struct vnt_rts_a_fb

These are only needed by rxtc.c so moved to rxtx.h and
will eventually form part of the structure of
struct vnt_tx_buffer.

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