From: Malcolm Priestley Date: Sat, 30 Aug 2014 21:25:44 +0000 (+0100) Subject: staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fb X-Git-Tag: fixes-for-v3.18-merge-window~15^2~905 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e44804e73ae9e192df807eed2543e8b66cf5be0;p=pandora-kernel.git staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fb Replacing members a, wDuration, wReserved, wRTSDuration_f0, wRTSDuration_f1 and data with a, duration, reserved, rts_duration_f0, rts_duration_f1 and data unsigned short is replaced with u16 or __le16 where necessary. cast void pointer to pvRTS Creating the new structure in rxtx.h Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed