diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-09-29 04:58:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:04 -0400 |
commit | fade5d5461b0379b27ca96faf560d855d7a0ea8b (patch) | |
tree | e12b7753db8c4dcb7f5fd187062eb5e055526228 /arch/um/include/net_user.h | |
parent | 3b89af765cd62c1c3ca6c81adca45084f8840e06 (diff) |
[PATCH] uml: don't roll my own random MAC generator
Use the existing random_ether_addr() instead of cooking up my own
version. Pointed out by Dave Hollis and Jason Lunz.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/include/net_user.h')
-rw-r--r-- | arch/um/include/net_user.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/include/net_user.h b/arch/um/include/net_user.h index 99b3cea2dcdc..19f207cd70fe 100644 --- a/arch/um/include/net_user.h +++ b/arch/um/include/net_user.h | |||
@@ -50,6 +50,4 @@ extern char *split_if_spec(char *str, ...); | |||
50 | 50 | ||
51 | extern int dev_netmask(void *d, void *m); | 51 | extern int dev_netmask(void *d, void *m); |
52 | 52 | ||
53 | extern void random_mac(unsigned char *addr); | ||
54 | |||
55 | #endif | 53 | #endif |