From 387a8db88e8c32e16069232e6929596e75ba9135 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Thu, 17 Jul 2003 04:10:42 +0000 Subject: [PATCH] - Remove excess line from pci_device.c git-svn-id: svn://svn.coreboot.org/coreboot/trunk@970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/pci_device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index d9ce9c5eb1..1c6498c167 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -584,7 +584,6 @@ unsigned int pci_scan_bus(struct device *bus, unsigned int max) dev->enable = 1; } - /* Look at the vendor and device id, or at least the * header type and class and figure out which set of configuration * methods to use.