crypto: algapi - Remove skbuff.h inclusion
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 19 Aug 2020 11:58:20 +0000 (21:58 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Aug 2020 04:04:28 +0000 (14:04 +1000)
commit0c3dc787a62aef3ca7aedf3797ec42fff9b0a913
treeb6f889a67f1b8f2faa6ae1ca2d8dccfe80722b6d
parent1dbb920e342cab987186ad8ed6eac9c1cf710db7
crypto: algapi - Remove skbuff.h inclusion

The header file algapi.h includes skbuff.h unnecessarily since
all we need is a forward declaration for struct sk_buff.  This
patch removes that inclusion.

Unfortunately skbuff.h pulls in a lot of things and drivers over
the years have come to rely on it so this patch adds a lot of
missing inclusions that result from this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
32 files changed:
arch/powerpc/crypto/crc-vpmsum_test.c
arch/x86/crypto/blake2s-glue.c
arch/x86/crypto/chacha_glue.c
arch/x86/crypto/curve25519-x86_64.c
arch/x86/crypto/nhpoly1305-avx2-glue.c
arch/x86/crypto/nhpoly1305-sse2-glue.c
arch/x86/crypto/poly1305_glue.c
crypto/crypto_engine.c
crypto/ecrdsa.c
crypto/jitterentropy-kcapi.c
crypto/rsa-pkcs1pad.c
crypto/testmgr.c
drivers/crypto/amcc/crypto4xx_core.h
drivers/crypto/ccp/ccp-ops.c
drivers/crypto/img-hash.c
drivers/crypto/marvell/cesa/cesa.h
drivers/crypto/marvell/cesa/cipher.c
drivers/crypto/marvell/cesa/hash.c
drivers/crypto/padlock-aes.c
drivers/crypto/qce/core.c
drivers/crypto/qce/sha.c
drivers/crypto/qce/skcipher.c
drivers/crypto/qcom-rng.c
drivers/crypto/rockchip/rk3288_crypto.c
drivers/crypto/rockchip/rk3288_crypto.h
drivers/crypto/rockchip/rk3288_crypto_ahash.c
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
drivers/crypto/sahara.c
drivers/crypto/ux500/cryp/cryp_core.c
drivers/crypto/ux500/hash/hash_core.c
drivers/crypto/xilinx/zynqmp-aes-gcm.c
include/crypto/algapi.h