]> git.baikalelectronics.ru Git - kernel.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)
commit9a4c42e4c3be965aade7132f78aa05b2df923858
tree57f665705a3b67dbdc4a14f9ccface9802be0ed0
parent7eded2fac65bb2a86e1c231bc1fb23d85965c102
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