net: eepro100: Drop bd_t pointer from read_hw_addr()
The pointer is unused, so drop it. Rename the function to start with the eepro100_ prefix. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
This commit is contained in:
		
							parent
							
								
									fb8307e52a
								
							
						
					
					
						commit
						43b738350c
					
				|  | @ -512,7 +512,7 @@ static struct pci_device_id supported[] = { | |||
| 	{ } | ||||
| }; | ||||
| 
 | ||||
| static void read_hw_addr(struct eepro100_priv *priv, bd_t *bis) | ||||
| static void eepro100_get_hwaddr(struct eepro100_priv *priv) | ||||
| { | ||||
| 	u16 sum = 0; | ||||
| 	int i, j; | ||||
|  | @ -845,7 +845,7 @@ int eepro100_initialize(bd_t *bis) | |||
| 
 | ||||
| 		udelay(10 * 1000); | ||||
| 
 | ||||
| 		read_hw_addr(priv, bis); | ||||
| 		eepro100_get_hwaddr(priv); | ||||
| 	} | ||||
| 
 | ||||
| 	return card_number; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue