datapath: Remove backported random32().
authorJesse Gross <jesse@nicira.com>
Fri, 17 Sep 2010 18:23:19 +0000 (11:23 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 17 Sep 2010 20:34:05 +0000 (13:34 -0700)
commit3273ae634ab473ddd6f8bedea4550e25f8718e77
tree57e81641fda65bfbe89b8d4cf2da9375d41a3f6b
parentb828c2f5fa580412f7c3afae03862b9dcce6f576
datapath: Remove backported random32().

Nothing uses it anymore and it causes problems when backported on
some distributions.  Kernels we support have net_random(), which
is the same thing so there is no reason to have an entire copy of
the random number generator in our source tree.

Reported-by: Alexey I. Froloff <raorn@altlinux.org>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/include/linux/random.h [deleted file]
datapath/linux-2.6/compat-2.6/random32.c [deleted file]