Manual tweaks to get all drivers to follow the "disable, poll, transmit,

irq" pattern.
This commit is contained in:
Michael Brown
2005-04-12 23:47:52 +00:00
parent 881023e9ca
commit d9c64c9422
6 changed files with 6 additions and 4 deletions

View File

@@ -766,6 +766,7 @@ static int mtd_probe ( struct dev *dev ) {
dev->disable = mtd_disable;
nic->poll = mtd_poll;
nic->transmit = mtd_transmit;
nic->irq = dummy_irq;
return 1;
}