Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventions
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
@@ -92,4 +92,4 @@ struct bf537mac_local {
|
||||
struct mii_bus mii_bus;
|
||||
};
|
||||
|
||||
extern void get_bf537_ether_addr(char *addr);
|
||||
extern void bfin_get_ether_addr(char *addr);
|
||||
|
||||
Reference in New Issue
Block a user