1
0
Fork 0
alistair23-linux/drivers/crypto/rockchip
Herbert Xu 0c3dc787a6 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>
2020-08-20 14:04:28 +10:00
..
Makefile crypto: rockchip - switch to skcipher API 2019-11-17 09:02:48 +08:00
rk3288_crypto.c crypto: algapi - Remove skbuff.h inclusion 2020-08-20 14:04:28 +10:00
rk3288_crypto.h crypto: algapi - Remove skbuff.h inclusion 2020-08-20 14:04:28 +10:00
rk3288_crypto_ahash.c crypto: algapi - Remove skbuff.h inclusion 2020-08-20 14:04:28 +10:00
rk3288_crypto_skcipher.c crypto: algapi - Remove skbuff.h inclusion 2020-08-20 14:04:28 +10:00