sb/nvidia/ck804: Remove variable set but not used

Change-Id: Ia8586e229e04fa11696a846653a3a54909ca7c1a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33007
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2019-05-25 13:34:51 +02:00 committed by Patrick Georgi
parent 99f1d50335
commit 95794693cb
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ static void ck804_enable(struct device *dev)
u32 reg_old, reg;
u8 byte;
struct southbridge_nvidia_ck804_config *conf;
conf = dev->chip_info;
if (dev->device == 0x0000) {
vendorid = pci_read_config32(dev, PCI_VENDOR_ID);
deviceid = (vendorid >> 16) & 0xffff;