]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: ansi_cprng - Remove bogus inclusion of internal.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2015 02:46:43 +0000 (10:46 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 01:30:17 +0000 (09:30 +0800)
commite967d1fdb3781e15754e3f7be56aab7f7a274287
tree53e7ef16427d776610bb40c3f53453676e65313b
parent97b6b1f7b1fb40665e9813908f7823cafeb81639
crypto: ansi_cprng - Remove bogus inclusion of internal.h

The file internal.h is only meant to be used by internel API
implementation and not algorithm implementations.  In fact it
isn't even needed here so this patch removes it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
crypto/ansi_cprng.c