summaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/alix1c
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-04-30 17:11:03 +0000
committerMyles Watson <mylesgw@gmail.com>2010-04-30 17:11:03 +0000
commitad894c54492781253cb7e01373a9d5d2f039f753 (patch)
treee98b3f5714627d152a5eaa64b053340e28299ab1 /src/mainboard/pcengines/alix1c
parent636d9244259a86afd5af64268c5f6ab660d522fa (diff)
downloadcoreboot-ad894c54492781253cb7e01373a9d5d2f039f753.tar.xz
Get rid of a few more warnings.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5512 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/pcengines/alix1c')
-rw-r--r--src/mainboard/pcengines/alix1c/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/alix1c/romstage.c b/src/mainboard/pcengines/alix1c/romstage.c
index a9b6db5a6c..ded187d633 100644
--- a/src/mainboard/pcengines/alix1c/romstage.c
+++ b/src/mainboard/pcengines/alix1c/romstage.c
@@ -36,7 +36,7 @@
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
/* The ALIX1.C has no SMBus; the setup is hard-wired. */
-void cs5536_enable_smbus(void)
+static void cs5536_enable_smbus(void)
{
}