From 3e8c2aa78b94bdea867414d81b60c6196a8726c7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 22 Apr 2005 02:47:39 +0000 Subject: Fix up fill_mca_nic. --- src/drivers/bus/mca.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/drivers/bus/mca.c') diff --git a/src/drivers/bus/mca.c b/src/drivers/bus/mca.c index 51f81d8d..9d572ef4 100644 --- a/src/drivers/bus/mca.c +++ b/src/drivers/bus/mca.c @@ -8,7 +8,6 @@ #include "string.h" #include "io.h" #include "console.h" -#include "nic.h" #include "mca.h" /* @@ -145,7 +144,7 @@ struct bus_driver mca_driver __bus_driver = { * Fill in a nic structure * */ -void mca_fill_nic ( struct nic *nic, struct mca_device *mca ) { +void fill_mca_nic ( struct nic *nic, struct mca_device *mca ) { /* ioaddr and irqno must be read in a device-dependent way * from the POS registers -- cgit v1.2.3-55-g7522