aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-10-30 01:58:18 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-10-30 01:58:18 -0500
commitf0612bbc41f65f5a684f69d714a1a17a6f0f40c5 (patch)
tree8c070070bb355843cfa4635643e9da7c2c4cd44a /include/linux/libata.h
parentb0c4e148bd591629749d02a8fbc8d81c26d548cf (diff)
parent81cfb8864c73230eb1c37753aba517db15cf4d8f (diff)
Merge branch 'upstream'
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);