Commit d6c64102 authored by Ollie Wild's avatar Ollie Wild Committed by Linus Torvalds

[PATCH] uml build fix

Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2148ccc4
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment