diff options
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/bus/mca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/bus/mca.c b/src/drivers/bus/mca.c index 9d572ef48..2cfbec4e4 100644 --- a/src/drivers/bus/mca.c +++ b/src/drivers/bus/mca.c @@ -144,7 +144,7 @@ struct bus_driver mca_driver __bus_driver = { * Fill in a nic structure * */ -void fill_mca_nic ( struct nic *nic, struct mca_device *mca ) { +void mca_fill_nic ( struct nic *nic, struct mca_device *mca ) { /* ioaddr and irqno must be read in a device-dependent way * from the POS registers |
