diff options
| author | Geliang Tang <geliangtang@gmail.com> | 2016-11-11 07:45:00 -0500 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-17 10:34:52 -0500 |
| commit | e8b2fa476e7272631f00efae10ae6c17a9978993 (patch) | |
| tree | 6d0af5865824dbc65d75c29f4a25305dcd7ae3d7 /crypto/jitterentropy-kcapi.c | |
| parent | 9a1a1c08dc285df9460a2b1b3de2bca129ebc6e2 (diff) | |
crypto: jitterentropy - drop duplicate header module.h
Drop duplicate header module.h from jitterentropy-kcapi.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/jitterentropy-kcapi.c')
| -rw-r--r-- | crypto/jitterentropy-kcapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/jitterentropy-kcapi.c b/crypto/jitterentropy-kcapi.c index c4938497eedb..787dccca3715 100644 --- a/crypto/jitterentropy-kcapi.c +++ b/crypto/jitterentropy-kcapi.c | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | 39 | ||
| 40 | #include <linux/module.h> | 40 | #include <linux/module.h> |
| 41 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |
| 42 | #include <linux/module.h> | ||
| 43 | #include <linux/fips.h> | 42 | #include <linux/fips.h> |
| 44 | #include <linux/time.h> | 43 | #include <linux/time.h> |
| 45 | #include <linux/crypto.h> | 44 | #include <linux/crypto.h> |
