aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/ebus_dma.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-05-18sparc: drop use of extern for prototypes in arch/sparc/include/asmSam Ravnborg1-8/+8
Drop extern for all prototypes and adjust alignment of parameters as required after the removal. In a few rare cases adjust linelength to conform to maximum 80 chars, and likewise in a few rare cases adjust alignment of parameters to static functions. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-29sparc: Move EBUS DMA interfaces into seperate header file.David S. Miller1-0/+35
These have no dependencies on the EBUS probing layer, the clients setup the registers and all of those details. The EBUS DMA layer just programs and manages the DMA controller found in EBUS. Signed-off-by: David S. Miller <davem@davemloft.net>