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:
parent
6b7171b32c
commit
c6d503fb81
|
@ -59,8 +59,6 @@ void mcp55_enable(struct device *dev)
|
||||||
u32 reg_old, reg;
|
u32 reg_old, reg;
|
||||||
u8 byte;
|
u8 byte;
|
||||||
unsigned deviceid, vendorid, devfn;
|
unsigned deviceid, vendorid, devfn;
|
||||||
struct southbridge_nvidia_mcp55_config *conf;
|
|
||||||
conf = dev->chip_info;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (dev->device == 0x0000) {
|
if (dev->device == 0x0000) {
|
||||||
|
|
Loading…
Reference in New Issue