Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ea4649b3634b9dbd098d0d8be65304eb2ea3a9c
Commit: 2ea4649b3634b9dbd098d0d8be65304eb2ea3a9c
Parent: 41241c17eb11df08efa81727f9c01225cd0f56b3
Author: Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 30 12:04:53 2007 +0800
Committer: Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Tue Oct 30 12:04:53 2007 +0800
Blackfin arch: use a less common define name in BF549
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
include/asm-blackfin/mach-bf548/defBF549.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-blackfin/mach-bf548/defBF549.h
b/include/asm-blackfin/mach-bf548/defBF549.h
index 4e46d65..fcb72b4 100644
--- a/include/asm-blackfin/mach-bf548/defBF549.h
+++ b/include/asm-blackfin/mach-bf548/defBF549.h
@@ -1671,7 +1671,7 @@
/* Bit masks for MXVR_DMAx_CONFIG */
#define MDMAEN 0x1 /* DMA Channel Enable */
-#define DD 0x2 /* DMA Channel Direction */
+#define DMADD 0x2 /* DMA Channel Direction */
#define BY4SWAPEN 0x20 /* DMA Channel Four Byte Swap
Enable */
#define LCHAN 0x3c0 /* DMA Channel Logical Channel */
#define BITSWAPEN 0x400 /* DMA Channel Bit Swap Enable */
-
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