diff options
author | Ronald Hoogenboom <hoogenboom30@zonnet.nl> | 2008-02-25 10:15:10 +0000 |
---|---|---|
committer | Torsten Duwe <duwe@lst.de> | 2008-02-25 10:15:10 +0000 |
commit | 8684520b94a87cb20de1b9c41dfa902f71cb00d4 (patch) | |
tree | 11113eda315b25dbd414b520d36cbd4290c41356 /src/southbridge | |
parent | 0be722c5087f382ec372c9f0c98d76c8cf58e711 (diff) | |
download | coreboot-8684520b94a87cb20de1b9c41dfa902f71cb00d4.tar.xz |
This trivial patch removes an unused local variable, thus getting rid of
a compiler warning.
Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3115 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/nvidia/mcp55/mcp55_lpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/nvidia/mcp55/mcp55_lpc.c b/src/southbridge/nvidia/mcp55/mcp55_lpc.c index 2f709a49ec..f4df404e13 100644 --- a/src/southbridge/nvidia/mcp55/mcp55_lpc.c +++ b/src/southbridge/nvidia/mcp55/mcp55_lpc.c @@ -248,7 +248,6 @@ static void lpc_init(device_t dev) static void mcp55_lpc_read_resources(device_t dev) { struct resource *res; - unsigned long index; /* Get the normal pci resources of this device */ pci_dev_read_resources(dev); // We got one for APIC, or one more for TRAP |