diff options
Diffstat (limited to 'drivers/ide/mips')
-rw-r--r-- | drivers/ide/mips/au1xxx-ide.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/mips/au1xxx-ide.c b/drivers/ide/mips/au1xxx-ide.c index 0f4bf5d72835..da91060c320f 100644 --- a/drivers/ide/mips/au1xxx-ide.c +++ b/drivers/ide/mips/au1xxx-ide.c | |||
@@ -56,6 +56,8 @@ | |||
56 | static _auide_hwif auide_hwif; | 56 | static _auide_hwif auide_hwif; |
57 | static int dbdma_init_done; | 57 | static int dbdma_init_done; |
58 | 58 | ||
59 | static int auide_ddma_init(_auide_hwif *auide); | ||
60 | |||
59 | #if defined(CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA) | 61 | #if defined(CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA) |
60 | 62 | ||
61 | void auide_insw(unsigned long port, void *addr, u32 count) | 63 | void auide_insw(unsigned long port, void *addr, u32 count) |