diff options
author | Herbert Xu | 2015-05-11 11:47:45 +0200 |
---|---|---|
committer | Herbert Xu | 2015-05-13 04:31:31 +0200 |
commit | 2d78db0935d183fcc1be02fe76d86e1594d99195 (patch) | |
tree | 9e89c323b8e6abe3cb6f622c0f915a7e89af9022 /drivers/crypto/picoxcell_crypto.c | |
parent | crypto: ixp4xx - Include internal/aead.h (diff) | |
download | kernel-qcow2-linux-2d78db0935d183fcc1be02fe76d86e1594d99195.tar.gz kernel-qcow2-linux-2d78db0935d183fcc1be02fe76d86e1594d99195.tar.xz kernel-qcow2-linux-2d78db0935d183fcc1be02fe76d86e1594d99195.zip |
crypto: nx - Include internal/aead.h
All AEAD implementations must include internal/aead.h in order
to access required helpers.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/picoxcell_crypto.c')
-rw-r--r-- | drivers/crypto/picoxcell_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c index 5da5b98b8f29..135817fd7b2d 100644 --- a/drivers/crypto/picoxcell_crypto.c +++ b/drivers/crypto/picoxcell_crypto.c @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <crypto/aead.h> +#include <crypto/internal/aead.h> #include <crypto/aes.h> #include <crypto/algapi.h> #include <crypto/authenc.h> |