From: Stephan Müller Date: Tue, 27 Dec 2016 22:39:31 +0000 (+0100) Subject: random: remove stale urandom_init_wait X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2e03c36f25ebb52d3358b8baebcdf96895c33a87;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Theodore Ts'o --- diff --git a/drivers/char/random.c b/drivers/char/random.c index 8e5ab20848c0..482531d87fb8 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -409,7 +409,6 @@ static struct poolinfo { */ static DECLARE_WAIT_QUEUE_HEAD(random_read_wait); static DECLARE_WAIT_QUEUE_HEAD(random_write_wait); -static DECLARE_WAIT_QUEUE_HEAD(urandom_init_wait); static struct fasync_struct *fasync; static DEFINE_SPINLOCK(random_ready_list_lock);