diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 529af9fbed..2439f1fa47 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -669,8 +669,6 @@ struct ata_port_operations { | |||
669 | /* port multiplier */ | 669 | /* port multiplier */ |
670 | void (*pmp_attach) (struct ata_port *ap); | 670 | void (*pmp_attach) (struct ata_port *ap); |
671 | void (*pmp_detach) (struct ata_port *ap); | 671 | void (*pmp_detach) (struct ata_port *ap); |
672 | int (*pmp_read) (struct ata_device *dev, int pmp, int reg, u32 *r_val); | ||
673 | int (*pmp_write) (struct ata_device *dev, int pmp, int reg, u32 val); | ||
674 | 672 | ||
675 | /* Error handlers. ->error_handler overrides ->eng_timeout and | 673 | /* Error handlers. ->error_handler overrides ->eng_timeout and |
676 | * indicates that new-style EH is in place. | 674 | * indicates that new-style EH is in place. |
@@ -957,12 +955,6 @@ extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); | |||
957 | * PMP | 955 | * PMP |
958 | */ | 956 | */ |
959 | extern int sata_pmp_qc_defer_cmd_switch(struct ata_queued_cmd *qc); | 957 | extern int sata_pmp_qc_defer_cmd_switch(struct ata_queued_cmd *qc); |
960 | extern void sata_pmp_read_init_tf(struct ata_taskfile *tf, | ||
961 | struct ata_device *dev, int pmp, int reg); | ||
962 | extern u32 sata_pmp_read_val(const struct ata_taskfile *tf); | ||
963 | extern void sata_pmp_write_init_tf(struct ata_taskfile *tf, | ||
964 | struct ata_device *dev, | ||
965 | int pmp, int reg, u32 val); | ||
966 | extern int sata_pmp_std_prereset(struct ata_link *link, unsigned long deadline); | 958 | extern int sata_pmp_std_prereset(struct ata_link *link, unsigned long deadline); |
967 | extern int sata_pmp_std_hardreset(struct ata_link *link, unsigned int *class, | 959 | extern int sata_pmp_std_hardreset(struct ata_link *link, unsigned int *class, |
968 | unsigned long deadline); | 960 | unsigned long deadline); |