]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: rename random32 to prandom
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 23 Mar 2013 02:33:04 +0000 (13:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 05:11:42 +0000 (16:11 +1100)
commitf267ba54830f0f4eeead571ca2640ae81e971f9b
tree9b834859389fb42e2aa8f32631a8e995855fc77c
parent40f609131bd041ed327a0da9676678ba841ffcec
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