Browse Source

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>
Johannes Berg 10 years ago
parent
commit
1e0bdad025
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/crypto/bfin_crc.c

+ 1 - 1
drivers/crypto/bfin_crc.c

@@ -21,13 +21,13 @@
 #include <linux/scatterlist.h>
 #include <linux/scatterlist.h>
 #include <linux/dma-mapping.h>
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
-#include <linux/unaligned/access_ok.h>
 #include <linux/crypto.h>
 #include <linux/crypto.h>
 #include <linux/cryptohash.h>
 #include <linux/cryptohash.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/algapi.h>
 #include <crypto/algapi.h>
 #include <crypto/hash.h>
 #include <crypto/hash.h>
 #include <crypto/internal/hash.h>
 #include <crypto/internal/hash.h>
+#include <asm/unaligned.h>
 
 
 #include <asm/dma.h>
 #include <asm/dma.h>
 #include <asm/portmux.h>
 #include <asm/portmux.h>