]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/char/random.c: remove unused dont_count_entropy
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 28 Feb 2018 23:22:47 +0000 (00:22 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Mar 2018 00:03:19 +0000 (19:03 -0500)
commitadb035096204fce13a5d866a2013a7fd64043cbc
tree43d66c53cb93bd12976d8059653eb74ff7bebb11
parentdf09a96e604132047ddc7af7cd15633661ef4757
drivers/char/random.c: remove unused dont_count_entropy

Ever since "random: kill dead extract_state struct" [1], the
dont_count_entropy member of struct timer_rand_state has been
effectively unused. Since it hasn't found a new use in 12 years, it's
probably safe to finally kill it.

[1] Pre-git, https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/commit/?id=c1c48e61c251f57e7a3f1bf11b3c462b2de9dcb5

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
drivers/char/random.c