]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6656: desc.h: remove typedef struct tagSTxDataHead_g to new structure...
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 16 Aug 2013 22:48:03 +0000 (23:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 22:39:19 +0000 (15:39 -0700)
commit7e60a3de27db69ba072f9a9809aea21f8ff089eb
tree57f665705a3b67dbdc4a14f9ccface9802be0ed0
parent57107d4364a8cb426605279a18e2c7efba08430b
staging: vt6656: desc.h: remove typedef struct tagSTxDataHead_g to new structure in rxtx.h

To new structure.
typedef struct tagSTxDataHead_g -> struct vnt_tx_datahead_g

This is only needed by rxtc.c so moved to rxtx.h visible to
vnt_rts*/vnt_cts* 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