diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 13:55:54 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 13:55:54 -0400 |
commit | 761052e676372465fdeb97c148d5a4b0790fa8a0 (patch) | |
tree | c3befdb19fbb5a40f3f8f844a9185018746d9893 /include/linux/ide.h | |
parent | 1823649b5abb77ffe638178bc5253249d3ecd17d (diff) |
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
* Remove no longer needed ->INB, ->OUTB and ->OUTBSYNC methods.
Then:
* Remove no longer used default_hwif_[mm]iops() and ide_[mm_]outbsync().
* Cleanup SuperIO handling in ns87415.c.
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index fd05758e6995..0544ff7d9afc 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -504,11 +504,6 @@ typedef struct hwif_s { | |||
504 | 504 | ||
505 | void (*ide_dma_clear_irq)(ide_drive_t *drive); | 505 | void (*ide_dma_clear_irq)(ide_drive_t *drive); |
506 | 506 | ||
507 | void (*OUTB)(u8 addr, unsigned long port); | ||
508 | void (*OUTBSYNC)(struct hwif_s *hwif, u8 addr, unsigned long port); | ||
509 | |||
510 | u8 (*INB)(unsigned long port); | ||
511 | |||
512 | /* dma physical region descriptor table (cpu view) */ | 507 | /* dma physical region descriptor table (cpu view) */ |
513 | unsigned int *dmatable_cpu; | 508 | unsigned int *dmatable_cpu; |
514 | /* dma physical region descriptor table (dma view) */ | 509 | /* dma physical region descriptor table (dma view) */ |
@@ -1027,8 +1022,6 @@ static inline int ide_hwif_setup_dma(ide_hwif_t *hwif, | |||
1027 | } | 1022 | } |
1028 | #endif | 1023 | #endif |
1029 | 1024 | ||
1030 | extern void default_hwif_iops(ide_hwif_t *); | ||
1031 | extern void default_hwif_mmiops(ide_hwif_t *); | ||
1032 | extern void default_hwif_transport(ide_hwif_t *); | 1025 | extern void default_hwif_transport(ide_hwif_t *); |
1033 | 1026 | ||
1034 | typedef struct ide_pci_enablebit_s { | 1027 | typedef struct ide_pci_enablebit_s { |