Re: [patch 03/10] sh: dma: use __attribute_unused__

2007-05-06 Thread Paul Mundt
On Tue, May 01, 2007 at 09:28:56PM -0700, David Rientjes wrote: > 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. >

[patch 03/10] sh: dma: use __attribute_unused__

2007-05-01 Thread David Rientjes
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 <[EMAIL PROTECTED]> Signed-off-by: David Rientjes <[EMAIL