Skip to content

Commit

Permalink
Blackfin arch: convert READY to DMA_READY as it causes build errors i…
Browse files Browse the repository at this point in the history
…n common sound code otherwise

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 21, 2007
1 parent b018785 commit f26825d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf548/defBF544.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf548/defBF548.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f26825d

Please sign in to comment.