]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: rename random32 to prandom
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 10 Mar 2013 10:55:31 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:57:37 +0000 (14:57 +1100)
commite6af320638d5cc8b2ab3b3f7bc3a61db966b8091
tree0a1aefbe60c6a927f9511d93f7e352ba769c5edc
parent782dd38b4f243bf001e6cba8b5c4052d78878e11
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