From: Malcolm Priestley Date: Thu, 15 Aug 2013 20:23:25 +0000 (+0100) Subject: staging: vt6656: desc.h Remove typedef struct tagSRTS_* to new strutures in rxtx.h X-Git-Tag: v3.12-rc1~183^2~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c521cb58880c153683c983a51e54517b21d04daf;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed