- Remove excess line from pci_device.c
authorEric Biederman <ebiederm@xmission.com>
Thu, 17 Jul 2003 04:10:42 +0000 (04:10 +0000)
committerEric Biederman <ebiederm@xmission.com>
Thu, 17 Jul 2003 04:10:42 +0000 (04:10 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/devices/pci_device.c

index d9ce9c5eb123d77d55f458b60d278fef784914a6..1c6498c16736050ec0ae02a380a7b6c9bce7fe32 100644 (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.