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

To new structure.
typedef struct tagSTxDataHead_g_FB -> struct vnt_tx_datahead_g_fb

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