diff options
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 746ef9fdabcb..803ec306883c 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -624,7 +624,7 @@ extern const struct ide_tp_ops default_tp_ops; | |||
| 624 | */ | 624 | */ |
| 625 | struct ide_port_ops { | 625 | struct ide_port_ops { |
| 626 | void (*init_dev)(ide_drive_t *); | 626 | void (*init_dev)(ide_drive_t *); |
| 627 | void (*set_pio_mode)(ide_drive_t *, const u8); | 627 | void (*set_pio_mode)(struct hwif_s *, ide_drive_t *); |
| 628 | void (*set_dma_mode)(ide_drive_t *, const u8); | 628 | void (*set_dma_mode)(ide_drive_t *, const u8); |
| 629 | int (*reset_poll)(ide_drive_t *); | 629 | int (*reset_poll)(ide_drive_t *); |
| 630 | void (*pre_reset)(ide_drive_t *); | 630 | void (*pre_reset)(ide_drive_t *); |
