Title: [3893] trunk/include/asm-blackfin/mach-bf548: [#3222] convert "READY" to " DMA_READY" as it causes build errors in common sound code otherwise
Revision
3893
Author
vapier
Date
2007-11-18 19:19:22 -0600 (Sun, 18 Nov 2007)

Log Message

[#3222] convert "READY" to "DMA_READY" as it causes build errors in common sound code otherwise

Diffstat

 defBF544.h |    2 +-
 defBF548.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified Paths

Diff

Modified: trunk/include/asm-blackfin/mach-bf548/defBF544.h (3892 => 3893)


--- trunk/include/asm-blackfin/mach-bf548/defBF544.h	2007-11-18 20:45:55 UTC (rev 3892)
+++ trunk/include/asm-blackfin/mach-bf548/defBF544.h	2007-11-19 01:19:22 UTC (rev 3893)
@@ -645,7 +645,7 @@
 
 /* Bit masks for HOST_STATUS */
 
-#define                     READY  0x1        /* DMA Ready */
+#define                 DMA_READY  0x1        /* DMA Ready */
 #define                  FIFOFULL  0x2        /* FIFO Full */
 #define                 FIFOEMPTY  0x4        /* FIFO Empty */
 #define                  COMPLETE  0x8        /* DMA Complete */

Modified: trunk/include/asm-blackfin/mach-bf548/defBF548.h (3892 => 3893)


--- trunk/include/asm-blackfin/mach-bf548/defBF548.h	2007-11-18 20:45:55 UTC (rev 3892)
+++ trunk/include/asm-blackfin/mach-bf548/defBF548.h	2007-11-19 01:19:22 UTC (rev 3893)
@@ -1007,7 +1007,7 @@
 
 /* Bit masks for HOST_STATUS */
 
-#define                     READY  0x1        /* DMA Ready */
+#define                 DMA_READY  0x1        /* DMA Ready */
 #define                  FIFOFULL  0x2        /* FIFO Full */
 #define                 FIFOEMPTY  0x4        /* FIFO Empty */
 #define                  COMPLETE  0x8        /* DMA Complete */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to