diff options
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index ea02903e8503..0ad7781d72a3 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -91,11 +91,16 @@ extern struct ata_probe_ent *ata_probe_ent_alloc(struct device *dev, | |||
91 | /* libata-acpi.c */ | 91 | /* libata-acpi.c */ |
92 | #ifdef CONFIG_SATA_ACPI | 92 | #ifdef CONFIG_SATA_ACPI |
93 | extern int ata_acpi_exec_tfs(struct ata_port *ap); | 93 | extern int ata_acpi_exec_tfs(struct ata_port *ap); |
94 | extern int ata_acpi_push_id(struct ata_port *ap, unsigned int ix); | ||
94 | #else | 95 | #else |
95 | static inline int ata_acpi_exec_tfs(struct ata_port *ap) | 96 | static inline int ata_acpi_exec_tfs(struct ata_port *ap) |
96 | { | 97 | { |
97 | return 0; | 98 | return 0; |
98 | } | 99 | } |
100 | static inline int ata_acpi_push_id(struct ata_port *ap, unsigned int ix) | ||
101 | { | ||
102 | return 0; | ||
103 | } | ||
99 | #endif | 104 | #endif |
100 | 105 | ||
101 | /* libata-scsi.c */ | 106 | /* libata-scsi.c */ |