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>
This commit is contained in:
parent
ae06e61ee3
commit
0dbb329b7d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue