From: Malcolm Priestley Date: Sat, 30 Aug 2014 21:25:35 +0000 (+0100) Subject: staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_tx_datahe... X-Git-Tag: fixes-for-v3.18-merge-window~15^2~914 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd76679cc1160c65e7dc0d0214df5747e352b0a;p=pandora-kernel.git staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_tx_datahead_g_fb Replacing members b, a, wDuration_b, wDuration_a, wDuration_a_f0, wDuration_a_f1, wTimeStampOff_b and wTimeStampOff_a with b, a, duration_b, duration_a, duration_a_f0, duration_a_f1, time_stamp_off_b and time_stamp_off_a All unsigned short need to be __le16 type. Creating the new structure in rxtx.h Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed