sh: Kill off MAX_DMA_ADDRESS leftovers.
We don't support the ISA DMA API, so this is only ever misused. The dma-sh case inadvertently broke the dreamcast case by testing the wrong variable for the total number of channels, so this fixes that up too. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -17,14 +17,6 @@
|
||||
#include <linux/device.h>
|
||||
#include <asm-generic/dma.h>
|
||||
|
||||
#ifdef CONFIG_NR_DMA_CHANNELS
|
||||
# define MAX_DMA_CHANNELS (CONFIG_NR_DMA_CHANNELS)
|
||||
#elif defined(CONFIG_NR_ONCHIP_DMA_CHANNELS)
|
||||
# define MAX_DMA_CHANNELS (CONFIG_NR_ONCHIP_DMA_CHANNELS)
|
||||
#else
|
||||
# define MAX_DMA_CHANNELS 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Read and write modes can mean drastically different things depending on the
|
||||
* channel configuration. Consult your DMAC documentation and module
|
||||
|
Reference in New Issue
Block a user