sb//nvidia/mcp55/mcp55.c: Remove variable set but not used

Change-Id: I40cae58a7a7c9c3c20367541853001510a59e42b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33061
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-05-29 12:44:04 +02:00 committed by Patrick Georgi
parent 6b7171b32c
commit c6d503fb81
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ void mcp55_enable(struct device *dev)
u32 reg_old, reg;
u8 byte;
unsigned deviceid, vendorid, devfn;
struct southbridge_nvidia_mcp55_config *conf;
conf = dev->chip_info;
int i;
if (dev->device == 0x0000) {