diff options
| author | Stephen Hemminger <[email protected]> | 2006-10-17 07:09:42 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-17 15:18:43 +0000 |
| commit | aaa248f6c9c81b2683db7dbb0689cd5ed1c86d88 (patch) | |
| tree | 106d9ce5ebac4175b0fb97ff80a92e399fcf2a33 /net/core/dev.c | |
| parent | [PATCH] PROC_NUMBUF is wrong (diff) | |
| download | kernel-aaa248f6c9c81b2683db7dbb0689cd5ed1c86d88.tar.gz kernel-aaa248f6c9c81b2683db7dbb0689cd5ed1c86d88.zip | |
[PATCH] rename net_random to random32
Make net_random() more widely available by calling it random32
akpm: hopefully this will permit the removal of carta_random32. That needs
confirmation from Stephane - this code looks somewhat more computationally
expensive, and has a different (ie: callee-stateful) interface.
[[email protected]: lots of build fixes, cleanups]
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Cc: Stephane Eranian <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/core/dev.c')
| -rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 4d891beab138..81c426adcd1e 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -3502,8 +3502,6 @@ static int __init net_dev_init(void) BUG_ON(!dev_boot_phase); - net_random_init(); - if (dev_proc_init()) goto out; |
