]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: MAX_DMA_CHANNELS definition
authorPaul Mundt <paul.mundt@nokia.com>
Wed, 9 Nov 2005 17:50:57 +0000 (09:50 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2005 17:50:57 +0000 (09:50 -0800)
commit64fec5f55736c116216685a614a24a44a807e4ef
treefe3b614f6e38b75003d93291e60a53d8c1143ab2
parentd9bd2912c762c798c3b2bcf81f11bbb73837282a
[PATCH] ARM: OMAP: MAX_DMA_CHANNELS definition

Currently OMAP doesn't define a MAX_DMA_CHANNELS value, which leads to:

  CC      arch/arm/kernel/dma.o
  arch/arm/kernel/dma.c:27:5: warning: "MAX_DMA_CHANNELS" is not defined

It seems like the sensible thing to do is to set this to 0 so this entire
API is just avoided, as everything is using the OMAP-specific one now
anyways.
include/asm-arm/arch-omap/dma.h