From 13fe62ae6a471e7a9c8c11c72d18e650235909e3 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Mon, 26 Aug 2013 11:17:52 +0100 Subject: [PATCH] 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-format-patch failed