aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-29 12:44:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-06-03 13:34:02 +0000
commitc6d503fb8198c4e2df3cabfa9a1c3fa142e7d7e4 (patch)
treea1deafbf354a7b81afdb72459888d54ca2038fa9 /src
parent6b7171b32c59fd8aa4aea79f88e59a376ef00064 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/southbridge/nvidia/mcp55/mcp55.c2
1 files changed, 0 insertions, 2 deletions
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) {