aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index e5fa5e868d6..ae93f89e444 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -494,6 +494,8 @@ typedef struct hwif_s {
494 u8 (*read_altstatus)(struct hwif_s *); 494 u8 (*read_altstatus)(struct hwif_s *);
495 u8 (*read_sff_dma_status)(struct hwif_s *); 495 u8 (*read_sff_dma_status)(struct hwif_s *);
496 496
497 void (*set_irq)(struct hwif_s *, int);
498
497 void (*tf_load)(ide_drive_t *, struct ide_task_s *); 499 void (*tf_load)(ide_drive_t *, struct ide_task_s *);
498 void (*tf_read)(ide_drive_t *, struct ide_task_s *); 500 void (*tf_read)(ide_drive_t *, struct ide_task_s *);
499 501
@@ -1356,14 +1358,6 @@ static inline ide_drive_t *ide_get_paired_drive(ide_drive_t *drive)
1356 return &hwif->drives[(drive->dn ^ 1) & 1]; 1358 return &hwif->drives[(drive->dn ^ 1) & 1];
1357} 1359}
1358 1360
1359static inline void ide_set_irq(ide_drive_t *drive, int on)
1360{
1361 ide_hwif_t *hwif = drive->hwif;
1362
1363 hwif->OUTBSYNC(hwif, ATA_DEVCTL_OBS | (on ? 0 : 2),
1364 hwif->io_ports.ctl_addr);
1365}
1366
1367static inline u8 ide_read_error(ide_drive_t *drive) 1361static inline u8 ide_read_error(ide_drive_t *drive)
1368{ 1362{
1369 ide_hwif_t *hwif = drive->hwif; 1363 ide_hwif_t *hwif = drive->hwif;