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