summaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/include/soc/i2c.h b/src/soc/samsung/exynos5420/include/soc/i2c.h
index dc894f56d8..ab936985fe 100644
--- a/src/soc/samsung/exynos5420/include/soc/i2c.h
+++ b/src/soc/samsung/exynos5420/include/soc/i2c.h
@@ -16,6 +16,6 @@
#ifndef CPU_SAMSUNG_EXYNOS5420_I2C_H
#define CPU_SAMSUNG_EXYNOS5420_I2C_H
-void i2c_init(unsigned bus, int speed, int slaveadd);
+void i2c_init(unsigned int bus, int speed, int slaveadd);
#endif /* CPU_SAMSUNG_EXYNOS5420_I2C_H */