aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ansi_cprng.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-04-21 10:46:43 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-04-22 09:30:17 +0800
commit6f7e3caa9ecd194cb3f20d0712de1c76d8149e73 (patch)
tree53e7ef16427d776610bb40c3f53453676e65313b /crypto/ansi_cprng.c
parentcrypto: drbg - Convert to new rng interface (diff)
downloadlinux-dev-6f7e3caa9ecd194cb3f20d0712de1c76d8149e73.tar.xz
linux-dev-6f7e3caa9ecd194cb3f20d0712de1c76d8149e73.zip
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>
Diffstat (limited to '')
-rw-r--r--crypto/ansi_cprng.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ansi_cprng.c b/crypto/ansi_cprng.c
index 765fe7609348..e4945ecba560 100644
--- a/crypto/ansi_cprng.c
+++ b/crypto/ansi_cprng.c
@@ -20,8 +20,6 @@
#include <linux/moduleparam.h>
#include <linux/string.h>
-#include "internal.h"
-
#define DEFAULT_PRNG_KEY "0123456789abcdef"
#define DEFAULT_PRNG_KSZ 16
#define DEFAULT_BLK_SZ 16