Browse Source

[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>
Ollie Wild 18 years ago
parent
commit
d6c641026d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/um/drivers/net_kern.c

+ 1 - 1
arch/um/drivers/net_kern.c

@@ -310,7 +310,7 @@ static void setup_etheraddr(char *str, unsigned char *addr)
 	return;
 	return;
 
 
 random:
 random:
-	random_ether_addr(addr)
+	random_ether_addr(addr);
 }
 }
 
 
 static DEFINE_SPINLOCK(devices_lock);
 static DEFINE_SPINLOCK(devices_lock);