From: Alexander Kuleshov Date: Thu, 8 Oct 2015 17:12:25 +0000 (+0600) Subject: crypto: jitterentropy - remove unnecessary information from a comment X-Git-Tag: v4.1.12-111.0.20170918_2215~187 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cd5ae701059162370d3792074399da223dddce6b;p=users%2Fjedix%2Flinux-maple.git crypto: jitterentropy - remove unnecessary information from a comment Orabug: 26330509 The clocksource does not provide clocksource_register() function since f893598 commit (clocksource: Mostly kill clocksource_register()), so let's remove unnecessary information about this function from a comment. Signed-off-by: Alexander Kuleshov Suggested-by: Herbert Xu Signed-off-by: Herbert Xu (cherry picked from commit f5128432b08c3e263e1a7ce709d686b1ded51131) Signed-off-by: Somasundaram Krishnasamy Reviewed-by: Jack Vogel --- diff --git a/crypto/jitterentropy-kcapi.c b/crypto/jitterentropy-kcapi.c index ceea83d13168f..597cedd3531c8 100644 --- a/crypto/jitterentropy-kcapi.c +++ b/crypto/jitterentropy-kcapi.c @@ -98,10 +98,6 @@ void jent_get_nstime(__u64 *out) * If random_get_entropy does not return a value (which is possible on, * for example, MIPS), invoke __getnstimeofday * hoping that there are timers we can work with. - * - * The list of available timers can be obtained from - * /sys/devices/system/clocksource/clocksource0/available_clocksource - * and are registered with clocksource_register() */ if ((0 == tmp) && (0 == __getnstimeofday(&ts))) {