]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: rename random32 to prandom
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 20 Mar 2013 04:08:50 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:34:05 +0000 (15:34 +1100)
commitb2a1964ab5a7f15a5264df4c1d7d42b67e40c067
treebbd5274f28f9183a75feb1a6ed3c8c41c2f8d1e7
parentda01d9aa8d07cd473ef18bf8546795de616d0c4b
net: rename random32 to prandom

Commit 496f2f93b1cc286f5a4f4f9acdc1e5314978683f ("random32: rename
random32 to prandom") renamed random32() and srandom32() to prandom_u32()
and prandom_seed() respectively.

net_random() and net_srandom() need to be redefined with prandom_* in
order to finish the naming transition.

While I'm at it, enclose macro argument of net_srandom() with parenthesis.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/net.h