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