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:
parent
24d167a9d4
commit
69b5412131
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue