exynos5420: Make the ps_hold_setup function was public.

This function had been declared in a public header file, but was marked
static when actually defined.

BUG=chrome-os-partner:16132
TEST=Built for pit.
BRANCH=None

Change-Id: I7cc9e583c20e54c926b805fcc49b06b629c8a508
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/55569
Reviewed-by: Ronald G. Minnich <rminnich@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
Gabe Black 2013-05-17 11:17:15 -07:00 committed by ChromeBot
commit 69b5412131

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