diff options
Diffstat (limited to 'drivers/ide/cris/ide-cris.c')
-rw-r--r-- | drivers/ide/cris/ide-cris.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/ide/cris/ide-cris.c b/drivers/ide/cris/ide-cris.c index 303f26559db8..1ee078d43dbf 100644 --- a/drivers/ide/cris/ide-cris.c +++ b/drivers/ide/cris/ide-cris.c | |||
@@ -664,7 +664,6 @@ cris_ide_inb(unsigned long reg) | |||
664 | return (unsigned char)cris_ide_inw(reg); | 664 | return (unsigned char)cris_ide_inw(reg); |
665 | } | 665 | } |
666 | 666 | ||
667 | static int cris_dma_check (ide_drive_t *drive); | ||
668 | static int cris_dma_end (ide_drive_t *drive); | 667 | static int cris_dma_end (ide_drive_t *drive); |
669 | static int cris_dma_setup (ide_drive_t *drive); | 668 | static int cris_dma_setup (ide_drive_t *drive); |
670 | static void cris_dma_exec_cmd (ide_drive_t *drive, u8 command); | 669 | static void cris_dma_exec_cmd (ide_drive_t *drive, u8 command); |
@@ -792,7 +791,6 @@ init_e100_ide (void) | |||
792 | hwif->ata_output_data = &cris_ide_output_data; | 791 | hwif->ata_output_data = &cris_ide_output_data; |
793 | hwif->atapi_input_bytes = &cris_atapi_input_bytes; | 792 | hwif->atapi_input_bytes = &cris_atapi_input_bytes; |
794 | hwif->atapi_output_bytes = &cris_atapi_output_bytes; | 793 | hwif->atapi_output_bytes = &cris_atapi_output_bytes; |
795 | hwif->ide_dma_check = &cris_dma_check; | ||
796 | hwif->ide_dma_end = &cris_dma_end; | 794 | hwif->ide_dma_end = &cris_dma_end; |
797 | hwif->dma_setup = &cris_dma_setup; | 795 | hwif->dma_setup = &cris_dma_setup; |
798 | hwif->dma_exec_cmd = &cris_dma_exec_cmd; | 796 | hwif->dma_exec_cmd = &cris_dma_exec_cmd; |
@@ -1020,16 +1018,6 @@ static ide_startstop_t cris_dma_intr (ide_drive_t *drive) | |||
1020 | * the caller should revert to PIO for the current request. | 1018 | * the caller should revert to PIO for the current request. |
1021 | */ | 1019 | */ |
1022 | 1020 | ||
1023 | static int cris_dma_check(ide_drive_t *drive) | ||
1024 | { | ||
1025 | if (ide_tune_dma(drive)) | ||
1026 | return 0; | ||
1027 | |||
1028 | ide_set_max_pio(drive); | ||
1029 | |||
1030 | return -1; | ||
1031 | } | ||
1032 | |||
1033 | static int cris_dma_end(ide_drive_t *drive) | 1021 | static int cris_dma_end(ide_drive_t *drive) |
1034 | { | 1022 | { |
1035 | drive->waiting_for_dma = 0; | 1023 | drive->waiting_for_dma = 0; |