Skip to content

Commit

Permalink
[Blackfin] arch: fix bug: redefinition warning when compile EZKIT548
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Wu <[email protected]>
  • Loading branch information
Bryan Wu committed Feb 2, 2008
1 parent 0cf975e commit 960265e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-blackfin/mach-bf548/defBF548.h
Original file line number Diff line number Diff line change
Expand Up @@ -1010,9 +1010,9 @@
#define DMA_READY 0x1 /* DMA Ready */
#define FIFOFULL 0x2 /* FIFO Full */
#define FIFOEMPTY 0x4 /* FIFO Empty */
#define COMPLETE 0x8 /* DMA Complete */
#define DMA_COMPLETE 0x8 /* DMA Complete */
#define HSHK 0x10 /* Host Handshake */
#define TIMEOUT 0x20 /* Host Timeout */
#define HSTIMEOUT 0x20 /* Host Timeout */
#define HIRQ 0x40 /* Host Interrupt Request */
#define ALLOW_CNFG 0x80 /* Allow New Configuration */
#define DMA_DIR 0x100 /* DMA Direction */
Expand Down

0 comments on commit 960265e

Please sign in to comment.