diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-23 23:31:30 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-25 03:24:56 +0100 |
commit | 5b63dc1ff822e56ebabcb60fa4afd46f7f7e08c3 (patch) | |
tree | 3d4e98bcaaa02e5aaa6d8b80570cbd0033adb0ae /src/soc/samsung/exynos5250/power.c | |
parent | d4665ae0c28be7c283e40264c3dfa3038dd4971c (diff) |
soc/samsung/exynos: Make 'ps_hold_setup()' static
Change-Id: I272fea9c2767c341e8a545bf7a9ac18eefa2bda5
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7917
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/soc/samsung/exynos5250/power.c')
-rw-r--r-- | src/soc/samsung/exynos5250/power.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/samsung/exynos5250/power.c b/src/soc/samsung/exynos5250/power.c index fb45dc0dd4..27089c66d9 100644 --- a/src/soc/samsung/exynos5250/power.c +++ b/src/soc/samsung/exynos5250/power.c @@ -24,6 +24,7 @@ #include <halt.h> #include "power.h" +/* Set the PS-Hold drive value */ static void ps_hold_setup(void) { /* Set PS-Hold high */ |