aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c.h6
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)
568extern void acpi_i2c_register_devices(struct i2c_adapter *adap);
569#else
570static inline void acpi_i2c_register_devices(struct i2c_adapter *adap) {}
571#endif
572
573#endif /* _LINUX_I2C_H */ 567#endif /* _LINUX_I2C_H */