diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-07-17 04:10:42 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-07-17 04:10:42 +0000 |
commit | 387a8db88e8c32e16069232e6929596e75ba9135 (patch) | |
tree | f3079de6a00643718dc346ca69ea3ebf144b0724 /src | |
parent | d5207593386dc221a97596ba0c82b7474a07a2b3 (diff) |
- Remove excess line from pci_device.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/pci_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. |