diff options
author | Tejun Heo <htejun@gmail.com> | 2007-04-17 10:44:08 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:16:06 -0400 |
commit | 6bfff31e77cfa1b13490337e5a4dbaa3407e83ac (patch) | |
tree | 89f7dc5379453381aed939741fc3a7e46b0465fa /drivers/ata/libata.h | |
parent | 5d728824efeda61d304153bfcf1378a3c18b7d70 (diff) |
libata: kill probe_ent and related helpers
All drivers are converted to new init model. Kill probe_ent,
ata_device_add() and ata_pci_init_native_mode().
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index b4d5253d627a..5f4d40cd3288 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -93,8 +93,6 @@ extern int ata_flush_cache(struct ata_device *dev); | |||
93 | extern void ata_dev_init(struct ata_device *dev); | 93 | extern void ata_dev_init(struct ata_device *dev); |
94 | extern int ata_task_ioctl(struct scsi_device *scsidev, void __user *arg); | 94 | extern int ata_task_ioctl(struct scsi_device *scsidev, void __user *arg); |
95 | extern int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg); | 95 | extern int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg); |
96 | extern struct ata_probe_ent *ata_probe_ent_alloc(struct device *dev, | ||
97 | const struct ata_port_info *port); | ||
98 | extern struct ata_port *ata_port_alloc(struct ata_host *host); | 96 | extern struct ata_port *ata_port_alloc(struct ata_host *host); |
99 | 97 | ||
100 | /* libata-acpi.c */ | 98 | /* libata-acpi.c */ |