aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2012-12-10 21:27:02 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-12-11 19:50:27 +0100
commit0dbb329b7d3edf9c9ac426e31109bdc14b1b7bf2 (patch)
treea8472cb9cc47954d07650e3488bdfae47bd7b4ea /src/cpu
parentae06e61ee388c02f4c446cb6af65980070de87ce (diff)
Remove un-needed i2c.h include
When we need i2c for this cpu we will use the coreboot smbus code. Change-Id: I4ba4cc9ae10e5ca830d621ee9c8d9f7bd2129e2f Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/2019 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/samsung/exynos5250/power.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5250/power.c b/src/cpu/samsung/exynos5250/power.c
index 5135ae66b9..f8062d158a 100644
--- a/src/cpu/samsung/exynos5250/power.c
+++ b/src/cpu/samsung/exynos5250/power.c
@@ -29,7 +29,6 @@
#include <cpu/samsung/exynos5250/power.h>
#include <cpu/samsung/exynos5250/sysreg.h>
#include <cpu/samsung/exynos5-common/spl.h>
-#include <device/i2c.h>
#include <drivers/power/max77686.h>
static void ps_hold_setup(void)