From: Malcolm Priestley Date: Fri, 14 Aug 2015 21:58:51 +0000 (+0100) Subject: staging: vt6655: Replace typedef struct tagSTxDesc X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e235727173626edf87c63b415d0363b411da299e;p=pandora-kernel.git staging: vt6655: Replace typedef struct tagSTxDesc Replace with struct vnt_tx_desc with all members the same. volatile is removed from pointers as this generates warning message. Only the first four members of vnt_tx_desc need to be volatile. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed