aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 803ec306883c..53ecdba82d72 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -625,7 +625,7 @@ extern const struct ide_tp_ops default_tp_ops;
625struct ide_port_ops { 625struct ide_port_ops {
626 void (*init_dev)(ide_drive_t *); 626 void (*init_dev)(ide_drive_t *);
627 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *); 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)(struct hwif_s *, ide_drive_t *);
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 *);
631 void (*resetproc)(ide_drive_t *); 631 void (*resetproc)(ide_drive_t *);