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>
This commit is contained in:
Gabe Black 2013-05-17 11:17:15 -07:00 committed by Stefan Reinauer
parent 998ab0d5f9
commit 99ed2a83b5
1 changed files with 2 additions and 1 deletions

View File

@ -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();