diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-04-14 16:50:16 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-04-14 16:50:16 +0000 |
commit | f4cc089f1eb4b8b4a31c4aae63990034f49c5a97 (patch) | |
tree | ea12d7556f87b93bb2697ed68a5703ae30c85175 /src/northbridge/via | |
parent | 8816cdf3118d9d197c1b56b0ce0ed63cc119dd71 (diff) |
Remove few more warnings and some dead code.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5432 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/vx800/examples/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx800/examples/romstage.c b/src/northbridge/via/vx800/examples/romstage.c index 9fac9a3110..8db60237b7 100644 --- a/src/northbridge/via/vx800/examples/romstage.c +++ b/src/northbridge/via/vx800/examples/romstage.c @@ -47,7 +47,7 @@ #include "northbridge/via/vx800/raminit.c" -int acpi_is_wakeup_early_via_vx800(void) +static int acpi_is_wakeup_early_via_vx800(void) { device_t dev; u16 tmp, result; |