Fixed up automatic modifications by hand.

This commit is contained in:
Michael Brown
2005-04-14 15:09:28 +00:00
parent 2c60617836
commit cee678de7c
8 changed files with 44 additions and 45 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ static void eepro100_disable ( struct nic *nic __unused ) {
* leaves the 82557 initialized, and ready to recieve packets.
*/
static int eepro100_probe ( struct dev *dev, struct pci_device *pci ) {
static int eepro100_probe ( struct dev *dev, struct pci_device *p ) {
struct nic *nic = nic_device ( dev );
unsigned short sum = 0;
int i;