diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-23 19:33:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-23 19:33:52 +0000 |
commit | 5e1a8d10ba8a64e5bcf230323a314bf273794f62 (patch) | |
tree | 20d5af6aeeed6ae7f8bd01ad85933f57e8788fe5 /src/southbridge/via/vt8231/vt8231.c | |
parent | 707fad0508ffabc6a5137e35d0248ccaa188dea9 (diff) |
drop a lot of dead code, including an old winbond southbridge from our removed
ppc port, some ambiguous use of CONFIG_IDE and an unused ide driver (we dropped
the filesystems already to be used with it) (somewhat trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4828 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231/vt8231.c')
-rw-r--r-- | src/southbridge/via/vt8231/vt8231.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8231/vt8231.c b/src/southbridge/via/vt8231/vt8231.c index 71874cba57..d270a6b90b 100644 --- a/src/southbridge/via/vt8231/vt8231.c +++ b/src/southbridge/via/vt8231/vt8231.c @@ -7,7 +7,6 @@ #include <pc80/mc146818rtc.h> #include <pc80/keyboard.h> -#include "vt8231.h" #include "chip.h" /* Base 8231 controller */ |