]> asedeno.scripts.mit.edu Git - linux.git/commit
linux/random.h: Remove arch_has_random, arch_has_random_seed
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jan 2020 14:54:16 +0000 (14:54 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 25 Jan 2020 17:18:50 +0000 (12:18 -0500)
commit647f50d5d9d933b644b29c54f13ac52af1b1774d
treea404b8889755d0e8baf3983416ba90ae3706e316
parent5e054c820f59bbb9714d5767f5f476581c309ca8
linux/random.h: Remove arch_has_random, arch_has_random_seed

The arm64 version of archrandom.h will need to be able to test for
support and read the random number without preemption, so a separate
query predicate is not practical.

Since this part of the generic interface is unused, remove it.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200110145422.49141-5-broonie@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
include/linux/random.h