diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-10-24 11:12:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-10-24 11:12:15 +0000 |
commit | a9e5821fdd289bbfc13733011948c2d5f83faa59 (patch) | |
tree | c94aee8601f47402d913a69fe0b8e73956696da5 /src/southbridge/intel | |
parent | 124e4a45ca6d1b1765b70fdc14ce03c5df76b257 (diff) |
smaller changes to silence build warnings. (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@2893 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/i82801xx/i82801xx_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801xx/i82801xx_pci.c b/src/southbridge/intel/i82801xx/i82801xx_pci.c index 58fa2fd939..2c284c08f0 100644 --- a/src/southbridge/intel/i82801xx/i82801xx_pci.c +++ b/src/southbridge/intel/i82801xx/i82801xx_pci.c @@ -26,7 +26,6 @@ static void pci_init(struct device *dev) { - uint32_t reg32; uint16_t reg16; /* Clear system errors */ |