commit | 8a1a2b717e0d4d5f3e3bb59b7dee5079a15ab24b | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 22 15:06:33 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 23 14:18:11 2015 +0800 |
tree | 05a6a129f46920dc3c98a46130ff54dfcb029491 | |
parent | d8fe0ddd0256711e9cf2c539e77c341daa0eb2cf [diff] |
mac802154: Include crypto/aead.h All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. This patch also removes a bogus inclusion of algapi.h which should only be used by algorithm/driver implementors and not crypto users. Instead linux/crypto.h is added which is necessary because mac802154 also uses blkcipher in addition to aead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: David S. Miller <davem@davemloft.net>