summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5250/include/soc/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5250/include/soc/i2c.h')
-rw-r--r--src/soc/samsung/exynos5250/include/soc/i2c.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/samsung/exynos5250/include/soc/i2c.h b/src/soc/samsung/exynos5250/include/soc/i2c.h
deleted file mode 100644
index 76c4cbb6d36a..000000000000
--- a/src/soc/samsung/exynos5250/include/soc/i2c.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef CPU_SAMSUNG_EXYNOS5250_I2C_H
-#define CPU_SAMSUNG_EXYNOS5250_I2C_H
-
-void i2c_init(unsigned int bus, int speed, int slaveadd);
-
-#endif /* CPU_SAMSUNG_EXYNOS5250_I2C_H */