9
0
Fork 0

net: efi: correct function signature of set_ethaddr

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2016-03-02 21:50:34 +01:00 committed by Sascha Hauer
parent 93b5fca095
commit 92e82d9e26
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static int efi_snp_get_ethaddr(struct eth_device *edev, unsigned char *adr)
return 0;
}
static int efi_snp_set_ethaddr(struct eth_device *edev, unsigned char *adr)
static int efi_snp_set_ethaddr(struct eth_device *edev, const unsigned char *adr)
{
return 0;
}