[coreboot] New patch to review for coreboot: 261af0d Remove un-needed i2c.h include

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Tue Dec 11 06:27:47 CET 2012


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2019

-gerrit

commit 261af0dddc7390357feb7fd54545c59e10be31a6
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Mon Dec 10 21:27:02 2012 -0800

    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 at gmail.com>
---
 src/cpu/samsung/exynos5250/power.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cpu/samsung/exynos5250/power.c b/src/cpu/samsung/exynos5250/power.c
index 5135ae6..f8062d1 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)



More information about the coreboot mailing list