From c6d503fb8198c4e2df3cabfa9a1c3fa142e7d7e4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 29 May 2019 12:44:04 +0200 Subject: sb//nvidia/mcp55/mcp55.c: Remove variable set but not used Change-Id: I40cae58a7a7c9c3c20367541853001510a59e42b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33061 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/southbridge/nvidia/mcp55/mcp55.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/southbridge/nvidia/mcp55/mcp55.c b/src/southbridge/nvidia/mcp55/mcp55.c index f93ec92a70..bd49d9be5f 100644 --- a/src/southbridge/nvidia/mcp55/mcp55.c +++ b/src/southbridge/nvidia/mcp55/mcp55.c @@ -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) { -- cgit v1.2.3