]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Blackfin arch: convert READY to DMA_READY as it causes build errors in common sound...
authorMike Frysinger <michael.frysinger@analog.com>
Wed, 21 Nov 2007 08:17:11 +0000 (16:17 +0800)
committerBryan Wu <bryan.wu@analog.com>
Wed, 21 Nov 2007 08:17:11 +0000 (16:17 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
include/asm-blackfin/mach-bf548/defBF544.h
include/asm-blackfin/mach-bf548/defBF548.h

index 760307e34b9e751f25a55c64c26f6d47c768eedc..b8b9870e26977c1f1d0c02e1a031c5a6c5c0c580 100644 (file)
 
 /* 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 */
index 70af33c963b068c89455905378ba95b171a7cf44..ecbca952985ca4836ad4a9e23ec336a31f324588 100644 (file)
 
 /* 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 */