1
0
Fork 0

[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>
hifive-unleashed-5.1
Ollie Wild 2006-09-29 15:50:28 -07:00 committed by Linus Torvalds
parent 2148ccc437
commit d6c641026d
1 changed files with 1 additions and 1 deletions

View File

@ -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);