diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 836c4c6cb7e3..ccb70abe991b 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -655,8 +655,7 @@ struct ide_tp_ops { | |||
| 655 | void (*exec_command)(struct hwif_s *, u8); | 655 | void (*exec_command)(struct hwif_s *, u8); |
| 656 | u8 (*read_status)(struct hwif_s *); | 656 | u8 (*read_status)(struct hwif_s *); |
| 657 | u8 (*read_altstatus)(struct hwif_s *); | 657 | u8 (*read_altstatus)(struct hwif_s *); |
| 658 | 658 | void (*write_devctl)(struct hwif_s *, u8); | |
| 659 | void (*set_irq)(struct hwif_s *, int); | ||
| 660 | 659 | ||
| 661 | void (*tf_load)(ide_drive_t *, struct ide_cmd *); | 660 | void (*tf_load)(ide_drive_t *, struct ide_cmd *); |
| 662 | void (*tf_read)(ide_drive_t *, struct ide_cmd *); | 661 | void (*tf_read)(ide_drive_t *, struct ide_cmd *); |
| @@ -1165,8 +1164,7 @@ void ide_tf_dump(const char *, struct ide_taskfile *); | |||
| 1165 | void ide_exec_command(ide_hwif_t *, u8); | 1164 | void ide_exec_command(ide_hwif_t *, u8); |
| 1166 | u8 ide_read_status(ide_hwif_t *); | 1165 | u8 ide_read_status(ide_hwif_t *); |
| 1167 | u8 ide_read_altstatus(ide_hwif_t *); | 1166 | u8 ide_read_altstatus(ide_hwif_t *); |
| 1168 | 1167 | void ide_write_devctl(ide_hwif_t *, u8); | |
| 1169 | void ide_set_irq(ide_hwif_t *, int); | ||
| 1170 | 1168 | ||
| 1171 | void ide_tf_load(ide_drive_t *, struct ide_cmd *); | 1169 | void ide_tf_load(ide_drive_t *, struct ide_cmd *); |
| 1172 | void ide_tf_read(ide_drive_t *, struct ide_cmd *); | 1170 | void ide_tf_read(ide_drive_t *, struct ide_cmd *); |
