From: David Rientjes Date: Wed, 9 May 2007 09:35:28 +0000 (-0700) Subject: sh: dma: use __maybe_unused X-Git-Tag: v2.6.22-rc1~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d16aaffa752c7fd50df951e631dd0c11f80d9cbf;p=pandora-kernel.git sh: dma: use __maybe_unused There is no such thing as labeling a variable as __attribute__((used)). Since ts_shift is not referenced in inline assembly, we assume that we're simply suppressing a warning here if the variable is declared but unreferenced. Cc: Paul Mundt Signed-off-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed