summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5536/cs5536_early_setup.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-02 22:11:20 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-02 22:11:20 +0000
commit720297c3d46122af14c69545f4ab22337f540ae3 (patch)
treeda2ca126f53813ae0c39931b2e9ffc421a92e754 /src/southbridge/amd/cs5536/cs5536_early_setup.c
parentb54deb77f03269419a257d3c5b0f06d38831f125 (diff)
downloadcoreboot-720297c3d46122af14c69545f4ab22337f540ae3.tar.xz
remove some more warnings
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5348 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5536/cs5536_early_setup.c')
-rw-r--r--src/southbridge/amd/cs5536/cs5536_early_setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/cs5536/cs5536_early_setup.c b/src/southbridge/amd/cs5536/cs5536_early_setup.c
index cd8bffa868..cedc209c56 100644
--- a/src/southbridge/amd/cs5536/cs5536_early_setup.c
+++ b/src/southbridge/amd/cs5536/cs5536_early_setup.c
@@ -156,7 +156,7 @@ static void cs5536_setup_cis_mode(void)
*
* See page 412 of the AMD Geode CS5536 Companion Device data book.
*/
-void cs5536_setup_onchipuart1(void)
+static void cs5536_setup_onchipuart1(void)
{
msr_t msr;
@@ -196,7 +196,7 @@ void cs5536_setup_onchipuart1(void)
wrmsr(MDD_UART1_CONF, msr);
}
-void cs5536_setup_onchipuart2(void)
+static void cs5536_setup_onchipuart2(void)
{
msr_t msr;