diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-30 01:58:18 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-30 01:58:18 -0500 |
commit | f0612bbc41f65f5a684f69d714a1a17a6f0f40c5 (patch) | |
tree | 8c070070bb355843cfa4635643e9da7c2c4cd44a /include/linux/libata.h | |
parent | b0c4e148bd591629749d02a8fbc8d81c26d548cf (diff) | |
parent | 81cfb8864c73230eb1c37753aba517db15cf4d8f (diff) |
Merge branch 'upstream'
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
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); | |||
446 | extern void ata_std_dev_select (struct ata_port *ap, unsigned int device); | 445 | extern void ata_std_dev_select (struct ata_port *ap, unsigned int device); |
447 | extern u8 ata_check_status(struct ata_port *ap); | 446 | extern u8 ata_check_status(struct ata_port *ap); |
448 | extern u8 ata_altstatus(struct ata_port *ap); | 447 | extern u8 ata_altstatus(struct ata_port *ap); |
449 | extern u8 ata_chk_err(struct ata_port *ap); | ||
450 | extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf); | 448 | extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf); |
451 | extern int ata_port_start (struct ata_port *ap); | 449 | extern int ata_port_start (struct ata_port *ap); |
452 | extern void ata_port_stop (struct ata_port *ap); | 450 | extern void ata_port_stop (struct ata_port *ap); |