From: David Rientjes Date: Wed, 23 May 2007 21:41:52 +0000 (-0700) Subject: [SCSI] gdth: fix ambiguous gdthtable definition X-Git-Tag: v2.6.23-rc1~1053^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4b7e4fdf702136891f802bdf7ad52076594721;p=pandora-kernel.git [SCSI] gdth: fix ambiguous gdthtable definition Labeling a variable as __attribute_used__ is ambiguous: it means __attribute__((unused)) for gcc <3.4 and __attribute__((used)) for gcc >=3.4. There is no such thing as labeling a variable as __attribute__((used)). We assume that we're simply suppressing a warning here if gdthtable[] is declared but unreferenced. Acked-by: Achim Leubner Signed-off-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed