From: Malcolm Priestley Date: Sat, 30 Aug 2014 21:25:42 +0000 (+0100) Subject: staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fb X-Git-Tag: fixes-for-v3.18-merge-window~15^2~907 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9587b09206d702d3ca50ef582072cd658185e7d4;p=pandora-kernel.git staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fb Replacing members b, a, wDuration_ba, wDuration_aa, wDuration_bb, wReserved, wRTSDuration_ba_f0, wRTSDuration_aa_f0, wRTSDuration_ba_f1, wRTSDuration_aa_f1 and data with b, a, duration_ba, duration_aa, duration_bb, wReserved, rts_duration_ba_f0, rts_duration_aa_f0, rts_duration_ba_f1, rts_duration_aa_f1 and data replacing unsigned short with u16 or __le16 where endian correction is necessary. Creating the new structure in rxtx.h Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed