From: Malcolm Priestley Date: Sat, 30 Aug 2014 21:25:41 +0000 (+0100) Subject: staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_g X-Git-Tag: fixes-for-v3.18-merge-window~15^2~908 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17434f094a42792230cbb3a12c5ca69937b741f8;p=pandora-kernel.git staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_g Replacing members b, a, wDuration_ba, wDuration_aa, wDuration_bb, wReserved and data with b, a,duration_ba, duration_aa, duration_bb, reserved 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