From: Akinobu Mita Date: Mon, 29 Apr 2013 23:21:42 +0000 (-0700) Subject: net: rename random32 to prandom X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~123^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d564368a9a3197f43e56dadf4a18c5738849f94;p=pandora-kernel.git net: rename random32 to prandom Commit 496f2f93b1cc ("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 Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed