commit | 558becf1888eb8945a74af2e2430908ac6373131 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Fri Aug 16 23:50:32 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 19 15:39:19 2013 -0700 |
tree | 2d3e72d8dd6237573916e490dbd4bda3da7e91b0 | |
parent | 7c05c5451dcce15e10447a98403ac7d255451d7c [diff] |
staging: vt6656: desc.h remove typedef tagSTxDataHead_ab to new structure in rxtx.h To new structure. typedef struct tagSTxDataHead_ab -> struct vnt_tx_datahead_ab 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>