]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
crypto: jitterentropy - remove unnecessary information from a comment
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 8 Oct 2015 17:12:25 +0000 (23:12 +0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Oct 2015 14:23:16 +0000 (22:23 +0800)
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 <kuleshovmail@gmail.com>
Suggested-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/jitterentropy-kcapi.c

index ceea83d13168f648e2ca22f635504992c24ba7f2..597cedd3531c8bb850dfb3fb746ab0f683d927b4 100644 (file)
@@ -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))) {