Coerced into compiling

This commit is contained in:
Michael Brown
2005-04-22 16:09:54 +00:00
parent ee88aacdb6
commit 49fe02e501
3 changed files with 9 additions and 11 deletions

View File

@@ -412,8 +412,8 @@ epic100_poll(struct nic *nic, int retrieve)
}
static void
epic100_disable ( struct nic *nic __unused ) {
static void epic100_disable ( struct nic *nic __unused,
struct pci_device *pci __unused ) {
/* Soft reset the chip. */
outl(GC_SOFT_RESET, genctl);
}