diff options
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index 5e2466658420..29037cd7c651 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -98,9 +98,11 @@ extern struct ata_port *ata_port_alloc(struct ata_host *host); | |||
98 | 98 | ||
99 | /* libata-acpi.c */ | 99 | /* libata-acpi.c */ |
100 | #ifdef CONFIG_ATA_ACPI | 100 | #ifdef CONFIG_ATA_ACPI |
101 | extern void ata_acpi_associate(struct ata_host *host); | ||
101 | extern int ata_acpi_exec_tfs(struct ata_port *ap); | 102 | extern int ata_acpi_exec_tfs(struct ata_port *ap); |
102 | extern int ata_acpi_push_id(struct ata_device *dev); | 103 | extern int ata_acpi_push_id(struct ata_device *dev); |
103 | #else | 104 | #else |
105 | static inline void ata_acpi_associate(struct ata_host *host) { } | ||
104 | static inline int ata_acpi_exec_tfs(struct ata_port *ap) | 106 | static inline int ata_acpi_exec_tfs(struct ata_port *ap) |
105 | { | 107 | { |
106 | return 0; | 108 | return 0; |