Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: bfin_crc - don't include linux/unaligned/access_ok.h

This is a specific implementation, <asm/unaligned.h> is the
multiplexer that has the arch-specific knowledge of which
of the implementations needs to be used, so include that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Johannes Berg and committed by
Herbert Xu
1e0bdad0 f6f203fa

+1 -1
+1 -1
drivers/crypto/bfin_crc.c
··· 21 21 #include <linux/scatterlist.h> 22 22 #include <linux/dma-mapping.h> 23 23 #include <linux/delay.h> 24 - #include <linux/unaligned/access_ok.h> 25 24 #include <linux/crypto.h> 26 25 #include <linux/cryptohash.h> 27 26 #include <crypto/scatterwalk.h> 28 27 #include <crypto/algapi.h> 29 28 #include <crypto/hash.h> 30 29 #include <crypto/internal/hash.h> 30 + #include <asm/unaligned.h> 31 31 32 32 #include <asm/dma.h> 33 33 #include <asm/portmux.h>