diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-22 09:22:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-22 09:22:15 +0000 |
commit | ba09695b58f7254d646618d1207840e33ca3d1d8 (patch) | |
tree | 376676533f18b11d3051d9f5e4af3f20ce33e6d1 /src/southbridge/amd/cs5536/chip.h | |
parent | 4e169f903071b6201bdb046020d9c73f95e64715 (diff) | |
download | coreboot-ba09695b58f7254d646618d1207840e33ca3d1d8.tar.xz |
fix compilation remaining geode boards
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5536/chip.h')
-rw-r--r-- | src/southbridge/amd/cs5536/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h index 7d9db4e3b3..ad9e736dec 100644 --- a/src/southbridge/amd/cs5536/chip.h +++ b/src/southbridge/amd/cs5536/chip.h @@ -40,7 +40,6 @@ struct southbridge_amd_cs5536_config { unsigned int com2_address; /* e.g. 0x2F8 */ unsigned int com2_irq; /* e.g. 3 */ unsigned int unwanted_vpci[MAX_UNWANTED_VPCI]; /* the following allow you to disable unwanted virtualized PCI devices */ - }; #endif /* _SOUTHBRIDGE_AMD_CS5536 */ |