Author: stepan
Date: Mon Apr 18 04:26:56 2011
New Revision: 6512
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6512

Log:
fix copy and paste errors in ne2k.c
Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/src/lib/ne2k.c

Modified: trunk/src/lib/ne2k.c
==============================================================================
--- trunk/src/lib/ne2k.c        Mon Apr 18 04:07:16 2011        (r6511)
+++ trunk/src/lib/ne2k.c        Mon Apr 18 04:26:56 2011        (r6512)
@@ -444,8 +444,7 @@
        return;
 }
 
-
-static struct device_operations si_sata_ops  = {
+static struct device_operations ne2k_ops  = {
        .read_resources   = read_resources,
        .set_resources    = pci_dev_set_resources,
        .enable_resources = pci_dev_enable_resources,
@@ -453,7 +452,7 @@
        .scan_bus         = 0,
 };
 
-static const struct pci_driver si_sata_driver __pci_driver = {
+static const struct pci_driver ne2k_driver __pci_driver = {
         .ops    = &si_sata_ops,
         .vendor = 0x10ec,
         .device = 0x8029,

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to