diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2012-12-10 21:27:02 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-12-11 19:50:27 +0100 |
commit | 0dbb329b7d3edf9c9ac426e31109bdc14b1b7bf2 (patch) | |
tree | a8472cb9cc47954d07650e3488bdfae47bd7b4ea | |
parent | ae06e61ee388c02f4c446cb6af65980070de87ce (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>
-rw-r--r-- | src/cpu/samsung/exynos5250/power.c | 1 |
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) |