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/amd/cs5536 | |
parent | 1894463787300242a05f83e7cf0d24348933b571 (diff) | |
download | coreboot-ae762b5d3b84b2b6f8cf80195d10e9544605aa4a.tar.xz |
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/amd/cs5536')
-rw-r--r-- | src/southbridge/amd/cs5536/cs5536.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/amd/cs5536/cs5536.c b/src/southbridge/amd/cs5536/cs5536.c index e9dc868df1..4169275b6f 100644 --- a/src/southbridge/amd/cs5536/cs5536.c +++ b/src/southbridge/amd/cs5536/cs5536.c @@ -26,6 +26,7 @@ #include <stdint.h> #include <pc80/isa-dma.h> #include <pc80/mc146818rtc.h> +#include <pc80/i8259.h> #include <cpu/x86/msr.h> #include <cpu/amd/vr.h> #include <cpu/amd/geode_post_code.h> @@ -33,8 +34,6 @@ #include "chip.h" #include "cs5536.h" -extern void setup_i8259(void); - struct msrinit { uint32_t msrnum; msr_t msr; |