diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-12-11 11:20:35 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-12-12 00:27:04 +0100 |
commit | de48f0fd4213f8d0e2c71cbd3929e629fd76eb96 (patch) | |
tree | 282814f9ffc35b06d969c410c999f4f5ec574b87 /src/cpu/samsung/exynos5250 | |
parent | 0dbb329b7d3edf9c9ac426e31109bdc14b1b7bf2 (diff) |
Fix up Maxim MAX77686 driver
... to fit into the naming convention
Change-Id: I4a7d81c4d6674d001fc831df863bd2343f6c636f
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2020
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5250')
-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 f8062d158a..7d294ed90f 100644 --- a/src/cpu/samsung/exynos5250/power.c +++ b/src/cpu/samsung/exynos5250/power.c @@ -29,7 +29,7 @@ #include <cpu/samsung/exynos5250/power.h> #include <cpu/samsung/exynos5250/sysreg.h> #include <cpu/samsung/exynos5-common/spl.h> -#include <drivers/power/max77686.h> +#include <drivers/maxim/max77686/max77686.h> static void ps_hold_setup(void) { |