summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/cpu-sh4/dma-sh7780.h
Commit message (Collapse)AuthorAgeFilesLines
* sh: dma: use __maybe_unusedDavid Rientjes2007-05-091-1/+1
| | | | | | | | | | | 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 <lethal@linux-sh.org> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* sh: Add support for R7780RP and R7780MP boards.Paul Mundt2006-09-271-0/+39
This adds support for the Renesas SH7780 development boards, R7780RP and R7780MP. Signed-off-by: Paul Mundt <lethal@linux-sh.org>