- Remove excess line from pci_device.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-07-17 04:10:42 +00:00
parent d520759338
commit 387a8db88e
1 changed files with 0 additions and 1 deletions

View File

@ -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.