]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/cpu-sh3/dma.h
sh: dma: use __maybe_unused
[linux-2.6-omap-h63xx.git] / include / asm-sh / cpu-sh3 / dma.h
index 954801b46022ec5fe5bdae0389be708f7d7db5fc..3a66dc458023ecb371e4496664fa9caf67b7cf66 100644 (file)
@@ -26,7 +26,7 @@ enum {
        XMIT_SZ_128BIT,
 };
 
-static unsigned int ts_shift[] __attribute__ ((used)) = {
+static unsigned int ts_shift[] __maybe_unused = {
        [XMIT_SZ_8BIT]          = 0,
        [XMIT_SZ_16BIT]         = 1,
        [XMIT_SZ_32BIT]         = 2,