]> git.karo-electronics.de Git - karo-tx-linux.git/commit
random: remove stale urandom_init_wait
authorStephan Müller <smueller@chronox.de>
Tue, 27 Dec 2016 22:39:31 +0000 (23:39 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 19 Jan 2017 02:54:15 +0000 (21:54 -0500)
commit2e03c36f25ebb52d3358b8baebcdf96895c33a87
tree849913951e5a5743a4e168958c661071a1bccd38
parent3d071d8da1f586c24863a57349586a1611b9aa67
random: remove stale urandom_init_wait

The urandom_init_wait wait queue is a left over from the pre-ChaCha20
times and can therefore be savely removed.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
drivers/char/random.c