aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/eepro100.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-02-12 01:11:57 +0000
committerMichael Brown <mcb30@ipxe.org>2011-02-17 01:25:12 +0000
commit5bde349e55640b2d21fbe0f4f53edabe6878eb91 (patch)
tree6e99ca19a9ebfe68ddb06f353d06154651d1f635 /src/drivers/net/eepro100.h
parentabb5590b297076f071b72f347d8d3204163e097b (diff)
downloadipxe-5bde349e55640b2d21fbe0f4f53edabe6878eb91.tar.gz
[pci] Make driver PCI ID a property of the PCI device
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/eepro100.h')
-rw-r--r--src/drivers/net/eepro100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/eepro100.h b/src/drivers/net/eepro100.h
index 1592c631..3f72f59e 100644
--- a/src/drivers/net/eepro100.h
+++ b/src/drivers/net/eepro100.h
@@ -171,7 +171,7 @@ struct ifec_private {
/**************************** Function prototypes ****************************/
/* PCI device API prototypes */
-static int ifec_pci_probe ( struct pci_device*, const struct pci_device_id*);
+static int ifec_pci_probe ( struct pci_device *pci );
static void ifec_pci_remove ( struct pci_device *pci );
/* Network device API prototypes */