summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>2004-02-15 21:46:53 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2004-02-15 21:46:53 -0800
commit6e14119e8beff9bf947c003cee0d9b8b0429a9d9 (patch)
tree06ba1717044f877e5641cf4f6b72425443fbadf4 /include
parent1e99d97a0ad41992c62f476c632019222be76d8f (diff)
[PATCH] remove ide_dma_{good,bad}_drive from ide_hwif_t
Use __ide_dma_{good,bad}_drive() directly and remove these wrappers.
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 1533e9ab256e..1c75a4f3c8b6 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -795,8 +795,6 @@ typedef struct ide_dma_ops_s {
int (*ide_dma_test_irq)(ide_drive_t *drive);
int (*ide_dma_host_on)(ide_drive_t *drive);
int (*ide_dma_host_off)(ide_drive_t *drive);
- int (*ide_dma_bad_drive)(ide_drive_t *drive);
- int (*ide_dma_good_drive)(ide_drive_t *drive);
int (*ide_dma_count)(ide_drive_t *drive);
int (*ide_dma_verbose)(ide_drive_t *drive);
int (*ide_dma_lostirq)(ide_drive_t *drive);
@@ -934,8 +932,6 @@ typedef struct hwif_s {
int (*ide_dma_test_irq)(ide_drive_t *drive);
int (*ide_dma_host_on)(ide_drive_t *drive);
int (*ide_dma_host_off)(ide_drive_t *drive);
- int (*ide_dma_bad_drive)(ide_drive_t *drive);
- int (*ide_dma_good_drive)(ide_drive_t *drive);
int (*ide_dma_count)(ide_drive_t *drive);
int (*ide_dma_verbose)(ide_drive_t *drive);
int (*ide_dma_lostirq)(ide_drive_t *drive);