Updated to new device API.

This commit is contained in:
Michael Brown
2005-04-22 11:29:40 +00:00
parent 3e8c2aa78b
commit 0e2dc7aa8e
3 changed files with 54 additions and 37 deletions

View File

@@ -748,7 +748,6 @@ static struct nic_operations prism2_operations = {
.poll = prism2_poll,
.transmit = prism2_transmit,
.irq = prism2_irq,
.disable = prism2_disable,
};
/**************************************************************************