diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/i2c.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index ed53696e31a6..2ab11dc38077 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
| @@ -564,10 +564,4 @@ static inline struct i2c_adapter *of_find_i2c_adapter_by_node(struct device_node | |||
| 564 | } | 564 | } |
| 565 | #endif /* CONFIG_OF */ | 565 | #endif /* CONFIG_OF */ |
| 566 | 566 | ||
| 567 | #if IS_ENABLED(CONFIG_ACPI_I2C) | ||
| 568 | extern void acpi_i2c_register_devices(struct i2c_adapter *adap); | ||
| 569 | #else | ||
| 570 | static inline void acpi_i2c_register_devices(struct i2c_adapter *adap) {} | ||
| 571 | #endif | ||
| 572 | |||
| 573 | #endif /* _LINUX_I2C_H */ | 567 | #endif /* _LINUX_I2C_H */ |
