]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: powerpc - Include uaccess.h and others
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:34:59 +0000 (15:34 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:36:23 +0000 (15:36 +0800)
commit9b27a1b2001a70e1a47d824475a19839194f74dd
tree03b2de6089faadd747e0462e4d520ba059dd4620
parenta6b3e1f9a5b694f8b06952e3ede89a715efccf0c
crypto: powerpc - Include uaccess.h and others

The powerpc aes/ghash code was relying on pagefault_disable from
being pulled in by random header files.

Fix this by explicitly including uaccess.h.  Also add other missing
header files to prevent similar problems in future.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/aes.c
arch/powerpc/crypto/aes_cbc.c
arch/powerpc/crypto/aes_ctr.c
arch/powerpc/crypto/aes_xts.c
arch/powerpc/crypto/ghash.c