diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-06 18:39:54 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-06 18:39:54 +0000 |
commit | ae762b5d3b84b2b6f8cf80195d10e9544605aa4a (patch) | |
tree | 726e1d0ed29d1a6e0624fb3391f69101d00415d3 /src/southbridge/via/vt8237r | |
parent | 1894463787300242a05f83e7cf0d24348933b571 (diff) |
use include file for i8259 where appropriate (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@3980 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8237r')
-rw-r--r-- | src/southbridge/via/vt8237r/vt8237r_lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/vt8237r_lpc.c b/src/southbridge/via/vt8237r/vt8237r_lpc.c index 0476eec7e3..4fbc29575a 100644 --- a/src/southbridge/via/vt8237r/vt8237r_lpc.c +++ b/src/southbridge/via/vt8237r/vt8237r_lpc.c @@ -27,6 +27,7 @@ #include <pc80/mc146818rtc.h> #include <cpu/x86/lapic.h> #include <pc80/keyboard.h> +#include <pc80/i8259.h> #include <stdlib.h> #include "vt8237r.h" #include "chip.h" @@ -47,7 +48,6 @@ #define INT (1 << 8) extern void dump_south(device_t dev); -extern void setup_i8259(void); static struct ioapicreg { u32 reg; |