Re: [PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed

2015-10-08 Thread Herbert Xu
On Wed, Oct 07, 2015 at 11:38:14PM +0600, Alexander Kuleshov wrote: > The clocksource does not provide clocksource_register() function since > f893598 commit (clocksource: Mostly kill clocksource_register()), but > __clocksource_register() instead. > > Signed-off-by: Alexander Kuleshov > --- > c

[PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed

2015-10-07 Thread Alexander Kuleshov
The clocksource does not provide clocksource_register() function since f893598 commit (clocksource: Mostly kill clocksource_register()), but __clocksource_register() instead. Signed-off-by: Alexander Kuleshov --- crypto/jitterentropy-kcapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)