diff options
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index 823e63096362..132da80aa23a 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -202,9 +202,6 @@ static inline int sata_pmp_attach(struct ata_device *dev) | |||
202 | 202 | ||
203 | /* libata-sff.c */ | 203 | /* libata-sff.c */ |
204 | #ifdef CONFIG_ATA_SFF | 204 | #ifdef CONFIG_ATA_SFF |
205 | extern void ata_dev_select(struct ata_port *ap, unsigned int device, | ||
206 | unsigned int wait, unsigned int can_sleep); | ||
207 | extern u8 ata_irq_on(struct ata_port *ap); | ||
208 | extern void ata_pio_task(struct work_struct *work); | 205 | extern void ata_pio_task(struct work_struct *work); |
209 | #endif /* CONFIG_ATA_SFF */ | 206 | #endif /* CONFIG_ATA_SFF */ |
210 | 207 | ||