diff options
-rw-r--r-- | src/cpu/samsung/exynos5420/power.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <arch/hlt.h> #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(); |