summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-05-17 11:17:15 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 21:43:12 +0200
commit99ed2a83b5ae69d134333deaa7d326b9c0aa08b7 (patch)
treec28eb487eae9bfd88635b14b346ab63402577116
parent998ab0d5f9fbb43edfa0c8f78d1b99f78cd94180 (diff)
downloadcoreboot-99ed2a83b5ae69d134333deaa7d326b9c0aa08b7.tar.gz
coreboot-99ed2a83b5ae69d134333deaa7d326b9c0aa08b7.tar.bz2
coreboot-99ed2a83b5ae69d134333deaa7d326b9c0aa08b7.zip
exynos5420: Make the ps_hold_setup function public.
This function had been declared in a public header file, but was marked static when actually defined. Change-Id: Ia551a5a12e7dbaf7bc00861e085695145ab7b91a Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3657 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r--src/cpu/samsung/exynos5420/power.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5420/power.c b/src/cpu/samsung/exynos5420/power.c
index 029efc98fbca..82791b6235ef 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();