From: Malcolm Priestley Date: Mon, 26 Aug 2013 10:17:52 +0000 (+0100) Subject: staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* structures. X-Git-Tag: v3.12-rc1~183^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13fe62ae6a471e7a9c8c11c72d18e650235909e3;p=pandora-kernel.git staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* structures. Only one of vnt_rts*/vnt_cts* structures are accessed at any one time. Join these structures in to a single union. These will eventually form the tail structure of vnt_tx_buffer and include structures vnt_tx_datahead* Structures in s_vFillCTSHead will join in next patch series. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed