mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00: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…
x
Reference in New Issue
Block a user