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/vt8235 | |
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/vt8235')
-rw-r--r-- | src/southbridge/via/vt8235/vt8235.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8235/vt8235.c b/src/southbridge/via/vt8235/vt8235.c index 2d732142d9..dfb7f6bbed 100644 --- a/src/southbridge/via/vt8235/vt8235.c +++ b/src/southbridge/via/vt8235/vt8235.c @@ -4,6 +4,7 @@ #include <device/pci_ops.h> #include <device/pci_ids.h> #include <pc80/keyboard.h> +#include <pc80/i8259.h> #include "vt8235.h" #include "chip.h" |