diff --git a/src/cpu/samsung/exynos5420/power.c b/src/cpu/samsung/exynos5420/power.c index 029efc98fb..82791b6235 100644 --- a/src/cpu/samsung/exynos5420/power.c +++ b/src/cpu/samsung/exynos5420/power.c @@ -24,9 +24,10 @@ #include #include "cpu.h" #include "power.h" +#include "setup.h" #include "sysreg.h" -static void ps_hold_setup(void) +void ps_hold_setup(void) { struct exynos5_power *power = samsung_get_base_power();