aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 5f17203520cb..364cd11456f6 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -359,7 +359,6 @@ struct ata_port_operations {
359 void (*exec_command)(struct ata_port *ap, const struct ata_taskfile *tf); 359 void (*exec_command)(struct ata_port *ap, const struct ata_taskfile *tf);
360 u8 (*check_status)(struct ata_port *ap); 360 u8 (*check_status)(struct ata_port *ap);
361 u8 (*check_altstatus)(struct ata_port *ap); 361 u8 (*check_altstatus)(struct ata_port *ap);
362 u8 (*check_err)(struct ata_port *ap);
363 void (*dev_select)(struct ata_port *ap, unsigned int device); 362 void (*dev_select)(struct ata_port *ap, unsigned int device);
364 363
365 void (*phy_reset) (struct ata_port *ap); 364 void (*phy_reset) (struct ata_port *ap);
@@ -446,7 +445,6 @@ extern void ata_noop_dev_select (struct ata_port *ap, unsigned int device);
446extern void ata_std_dev_select (struct ata_port *ap, unsigned int device); 445extern void ata_std_dev_select (struct ata_port *ap, unsigned int device);
447extern u8 ata_check_status(struct ata_port *ap); 446extern u8 ata_check_status(struct ata_port *ap);
448extern u8 ata_altstatus(struct ata_port *ap); 447extern u8 ata_altstatus(struct ata_port *ap);
449extern u8 ata_chk_err(struct ata_port *ap);
450extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf); 448extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf);
451extern int ata_port_start (struct ata_port *ap); 449extern int ata_port_start (struct ata_port *ap);
452extern void ata_port_stop (struct ata_port *ap); 450extern void ata_port_stop (struct ata_port *ap);