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)
commit5e747dd9be54be190dd6ebeebf4a4a01ba765625
tree43d66c53cb93bd12976d8059653eb74ff7bebb11
parente8e8a2e47db6bb85bb0cb21e77b5c6aaedf864b4
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