diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9f195078ff99..e33e307d9410 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1202,12 +1202,14 @@ extern int ide_acpi_exec_tfs(ide_drive_t *drive); | |||
1202 | extern void ide_acpi_get_timing(ide_hwif_t *hwif); | 1202 | extern void ide_acpi_get_timing(ide_hwif_t *hwif); |
1203 | extern void ide_acpi_push_timing(ide_hwif_t *hwif); | 1203 | extern void ide_acpi_push_timing(ide_hwif_t *hwif); |
1204 | extern void ide_acpi_init(ide_hwif_t *hwif); | 1204 | extern void ide_acpi_init(ide_hwif_t *hwif); |
1205 | void ide_acpi_port_init_devices(ide_hwif_t *); | ||
1205 | extern void ide_acpi_set_state(ide_hwif_t *hwif, int on); | 1206 | extern void ide_acpi_set_state(ide_hwif_t *hwif, int on); |
1206 | #else | 1207 | #else |
1207 | static inline int ide_acpi_exec_tfs(ide_drive_t *drive) { return 0; } | 1208 | static inline int ide_acpi_exec_tfs(ide_drive_t *drive) { return 0; } |
1208 | static inline void ide_acpi_get_timing(ide_hwif_t *hwif) { ; } | 1209 | static inline void ide_acpi_get_timing(ide_hwif_t *hwif) { ; } |
1209 | static inline void ide_acpi_push_timing(ide_hwif_t *hwif) { ; } | 1210 | static inline void ide_acpi_push_timing(ide_hwif_t *hwif) { ; } |
1210 | static inline void ide_acpi_init(ide_hwif_t *hwif) { ; } | 1211 | static inline void ide_acpi_init(ide_hwif_t *hwif) { ; } |
1212 | static inline void ide_acpi_port_init_devices(ide_hwif_t *hwif) { ; } | ||
1211 | static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {} | 1213 | static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {} |
1212 | #endif | 1214 | #endif |
1213 | 1215 | ||