forked from luck/tmp_suning_uos_patched
[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