Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ee8c8ada2912641a906c978b9d635a7335c094b0
Commit:     ee8c8ada2912641a906c978b9d635a7335c094b0
Parent:     99dc736fb3c7462597adaf72cd801b52c6c4ced1
Author:     Greg Ungerer <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 24 12:04:08 2007 +1000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 20:45:44 2007 -0700

    m68knommu: define DMA channels for ColdFire 532x
    
    Create definition for DMA channels on the ColdFire 532x family.
    
    Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/asm-m68knommu/dma.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/asm-m68knommu/dma.h b/include/asm-m68knommu/dma.h
index 3338001..3f20419 100644
--- a/include/asm-m68knommu/dma.h
+++ b/include/asm-m68knommu/dma.h
@@ -39,6 +39,8 @@
 #define MAX_M68K_DMA_CHANNELS 4
 #elif defined(CONFIG_M5272)
 #define MAX_M68K_DMA_CHANNELS 1
+#elif defined(CONFIG_M532x)
+#define MAX_M68K_DMA_CHANNELS 0
 #else
 #define MAX_M68K_DMA_CHANNELS 2
 #endif
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to