diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2012-12-10 14:51:09 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2012-12-11 02:31:01 +0100 |
commit | ae06e61ee388c02f4c446cb6af65980070de87ce (patch) | |
tree | 19cf766ba29982e0e351c4fffb320646a77a98c2 /src/cpu/samsung | |
parent | 84de16e299ed4e68be9fc2bd49fe2de132b239f0 (diff) | |
download | coreboot-ae06e61ee388c02f4c446cb6af65980070de87ce.tar.xz |
Correct the location of the include file
The max include file is in src/drivers/power.
Change-Id: I2e663b472cade17fc50edbb449c0e54fd4a991eb
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/2017
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/cpu/samsung')
-rw-r--r-- | src/cpu/samsung/exynos5250/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5250/power.c b/src/cpu/samsung/exynos5250/power.c index 2000feebca..5135ae66b9 100644 --- a/src/cpu/samsung/exynos5250/power.c +++ b/src/cpu/samsung/exynos5250/power.c @@ -30,7 +30,7 @@ #include <cpu/samsung/exynos5250/sysreg.h> #include <cpu/samsung/exynos5-common/spl.h> #include <device/i2c.h> -#include <device/power/max77686.h> +#include <drivers/power/max77686.h> static void ps_hold_setup(void) { |