diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-23 19:16:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-23 19:16:30 +0000 |
commit | 116ec61844982961aab8f89f1dfee1572ffac843 (patch) | |
tree | 37ec5a8bb9ddde4001c77eeb57ea4d1e8bb6a84e /src/southbridge/nvidia | |
parent | 1ad9f29886a547d597b609d496512d151b5c6531 (diff) | |
download | coreboot-116ec61844982961aab8f89f1dfee1572ffac843.tar.xz |
zero warnings days...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia')
-rw-r--r-- | src/southbridge/nvidia/ck804/ck804_early_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/ck804_early_setup.c b/src/southbridge/nvidia/ck804/ck804_early_setup.c index bfa0495577..fd5899a074 100644 --- a/src/southbridge/nvidia/ck804/ck804_early_setup.c +++ b/src/southbridge/nvidia/ck804/ck804_early_setup.c @@ -3,6 +3,8 @@ * by yhlu@tyan.com */ +#include <reset.h> + static int set_ht_link_ck804(uint8_t ht_c_num) { unsigned vendorid = 0x10de; |