aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/utils.c
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2009-03-26 01:11:48 -0700
committerDavid S. Miller <davem@davemloft.net>2009-03-26 01:11:48 -0700
commitede5ad0e29b641c3d3a644272a9127bfd98dfcc8 (patch)
tree7a41a03d31d5d5d26c0500fdee8f9f637d0c26e6 /net/core/utils.c
parente1000e: update version number (diff)
downloadlinux-dev-ede5ad0e29b641c3d3a644272a9127bfd98dfcc8.tar.xz
linux-dev-ede5ad0e29b641c3d3a644272a9127bfd98dfcc8.zip
net: core: remove unneeded include in net/core/utils.c.
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/utils.c')
-rw-r--r--net/core/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/utils.c b/net/core/utils.c
index 72e0ebe964a0..83221aee7084 100644
--- a/net/core/utils.c
+++ b/net/core/utils.c
@@ -22,7 +22,6 @@
#include <linux/net.h>
#include <linux/string.h>
#include <linux/types.h>
-#include <linux/random.h>
#include <linux/percpu.h>
#include <linux/init.h>
#include <net/sock.h>