summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/e1000.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 17:09:28 +0200
committerMichael Brown2005-04-14 17:09:28 +0200
commitcee678de7c204c10deb5b8627327688c0b238181 (patch)
treecb32b38745ad6f2f62f2284e0cc9bd0bcdd0b140 /src/drivers/net/e1000.c
parentAutomatically modified by (diff)
downloadipxe-cee678de7c204c10deb5b8627327688c0b238181.tar.gz
ipxe-cee678de7c204c10deb5b8627327688c0b238181.tar.xz
ipxe-cee678de7c204c10deb5b8627327688c0b238181.zip
Fixed up automatic modifications by hand.
Diffstat (limited to 'src/drivers/net/e1000.c')
-rw-r--r--src/drivers/net/e1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/e1000.c b/src/drivers/net/e1000.c
index 2144fdeb5..5332565fc 100644
--- a/src/drivers/net/e1000.c
+++ b/src/drivers/net/e1000.c
@@ -3582,7 +3582,7 @@ static void e1000_irq(struct nic *nic __unused, irq_action_t action)
PROBE - Look for an adapter, this routine's visible to the outside
You should omit the last argument struct pci_device * for a non-PCI NIC
***************************************************************************/
-static int e1000_probe ( struct dev *dev, struct pci_device *pci ) {
+static int e1000_probe ( struct dev *dev, struct pci_device *p ) {
struct nic *nic = nic_device ( dev );
unsigned long mmio_start, mmio_len;
int ret_val, i;