From: Anil Ravindranath Date: Mon, 25 Oct 2010 22:41:54 +0000 (-0700) Subject: [SCSI] pmcraid: remove duplicate struct member X-Git-Tag: v2.6.37-rc1~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df30e5059681ed0671c9cc6ff702fe9ca7f20042;p=pandora-kernel.git [SCSI] pmcraid: remove duplicate struct member sense_buffer is both a direct member of struct pmcraid_cmd as well as an indirect one via an anonymous union and struct. Fix this clash by eliminating the direct member in favour of the anonymous struct/union one. The name duplication apparently isn't noticed by gcc versions earlier than 4.4 Reported-by: Andi Kleen Signed-off-by: Anil Ravindranath Cc: Stable Tree Signed-off-by: James Bottomley --- Reading git-diff-tree failed