diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index a95efeb53a8b..b556e0ab946f 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -577,20 +577,4 @@ static inline struct i2c_adapter *of_find_i2c_adapter_by_node(struct device_node | |||
577 | } | 577 | } |
578 | #endif /* CONFIG_OF */ | 578 | #endif /* CONFIG_OF */ |
579 | 579 | ||
580 | #ifdef CONFIG_ACPI | ||
581 | void acpi_i2c_register_devices(struct i2c_adapter *adap); | ||
582 | #else | ||
583 | static inline void acpi_i2c_register_devices(struct i2c_adapter *adap) { } | ||
584 | #endif /* CONFIG_ACPI */ | ||
585 | |||
586 | #ifdef CONFIG_ACPI_I2C_OPREGION | ||
587 | int acpi_i2c_install_space_handler(struct i2c_adapter *adapter); | ||
588 | void acpi_i2c_remove_space_handler(struct i2c_adapter *adapter); | ||
589 | #else | ||
590 | static inline void acpi_i2c_remove_space_handler(struct i2c_adapter *adapter) | ||
591 | { } | ||
592 | static inline int acpi_i2c_install_space_handler(struct i2c_adapter *adapter) | ||
593 | { return 0; } | ||
594 | #endif /* CONFIG_ACPI_I2C_OPREGION */ | ||
595 | |||
596 | #endif /* _LINUX_I2C_H */ | 580 | #endif /* _LINUX_I2C_H */ |