mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 18:39:54 +07:00
[PATCH] uml build fix
Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
2148ccc437
commit
d6c641026d
@ -310,7 +310,7 @@ static void setup_etheraddr(char *str, unsigned char *addr)
|
||||
return;
|
||||
|
||||
random:
|
||||
random_ether_addr(addr)
|
||||
random_ether_addr(addr);
|
||||
}
|
||||
|
||||
static DEFINE_SPINLOCK(devices_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user