From: Malcolm Priestley Date: Sat, 30 Aug 2014 21:25:46 +0000 (+0100) Subject: staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb X-Git-Tag: fixes-for-v3.18-merge-window~15^2~903 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1afd18e9cddffd957abea6287a6eae9edbeccc;p=pandora-kernel.git staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb Replacing members b, wDuration_ba, wReserved, wCTSDuration_ba_f0, wCTSDuration_ba_f1, data and reserved2. With b, duration_ba, reserved, cts_duration_ba_f0, cts_duration_ba_f1, data and reserved2 unsigned short is replaced with u16 or __le16 where necessary. cast void pointer to pvCTS Creating the new structure in rxtx.h Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed