aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2007-01-20 02:00:28 -0500
committerJeff Garzik <jeff@garzik.org>2007-02-09 17:39:37 -0500
commitb878ca5d37953ad1c4578b225a13a3c3e7e743b7 (patch)
tree5a2b3e8bf35f0eb2f2dbc760a9cc66dbb961cf0e /include
parent24dc5f33ea4b504cfbd23fa159a4cacba8e4d800 (diff)
libata: remove unused functions
Now that all LLDs are converted to use devres, default stop callbacks are unused. Remove them. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index f96277ed184f..cebbcc8d45fd 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -722,7 +722,6 @@ extern int ata_device_add(const struct ata_probe_ent *ent);
722extern void ata_host_detach(struct ata_host *host); 722extern void ata_host_detach(struct ata_host *host);
723extern void ata_host_init(struct ata_host *, struct device *, 723extern void ata_host_init(struct ata_host *, struct device *,
724 unsigned long, const struct ata_port_operations *); 724 unsigned long, const struct ata_port_operations *);
725extern void ata_host_remove(struct ata_host *host);
726extern int ata_scsi_detect(struct scsi_host_template *sht); 725extern int ata_scsi_detect(struct scsi_host_template *sht);
727extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); 726extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
728extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); 727extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *));
@@ -768,8 +767,6 @@ extern u8 ata_check_status(struct ata_port *ap);
768extern u8 ata_altstatus(struct ata_port *ap); 767extern u8 ata_altstatus(struct ata_port *ap);
769extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf); 768extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf);
770extern int ata_port_start (struct ata_port *ap); 769extern int ata_port_start (struct ata_port *ap);
771extern void ata_port_stop (struct ata_port *ap);
772extern void ata_host_stop (struct ata_host *host);
773extern irqreturn_t ata_interrupt (int irq, void *dev_instance); 770extern irqreturn_t ata_interrupt (int irq, void *dev_instance);
774extern void ata_mmio_data_xfer(struct ata_device *adev, unsigned char *buf, 771extern void ata_mmio_data_xfer(struct ata_device *adev, unsigned char *buf,
775 unsigned int buflen, int write_data); 772 unsigned int buflen, int write_data);
@@ -856,7 +853,6 @@ struct pci_bits {
856 unsigned long val; 853 unsigned long val;
857}; 854};
858 855
859extern void ata_pci_host_stop (struct ata_host *host);
860extern struct ata_probe_ent * 856extern struct ata_probe_ent *
861ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask); 857ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask);
862extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); 858extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits);