diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2014-11-19 15:16:04 -0500 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-11-20 09:39:40 -0500 |
| commit | 1e0bdad02583764e90671a2900920cffa3e9d605 (patch) | |
| tree | 76ee1e39505c6c38b53fbd841fc41ee01c283be9 /drivers | |
| parent | f6f203faa3ebd8fa229e34424850a0919ded6c10 (diff) | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/crypto/bfin_crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/bfin_crc.c b/drivers/crypto/bfin_crc.c index b099e33cb073..e96eddc0e0b3 100644 --- a/drivers/crypto/bfin_crc.c +++ b/drivers/crypto/bfin_crc.c | |||
| @@ -21,13 +21,13 @@ | |||
| 21 | #include <linux/scatterlist.h> | 21 | #include <linux/scatterlist.h> |
| 22 | #include <linux/dma-mapping.h> | 22 | #include <linux/dma-mapping.h> |
| 23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
| 24 | #include <linux/unaligned/access_ok.h> | ||
| 25 | #include <linux/crypto.h> | 24 | #include <linux/crypto.h> |
| 26 | #include <linux/cryptohash.h> | 25 | #include <linux/cryptohash.h> |
| 27 | #include <crypto/scatterwalk.h> | 26 | #include <crypto/scatterwalk.h> |
| 28 | #include <crypto/algapi.h> | 27 | #include <crypto/algapi.h> |
| 29 | #include <crypto/hash.h> | 28 | #include <crypto/hash.h> |
| 30 | #include <crypto/internal/hash.h> | 29 | #include <crypto/internal/hash.h> |
| 30 | #include <asm/unaligned.h> | ||
| 31 | 31 | ||
| 32 | #include <asm/dma.h> | 32 | #include <asm/dma.h> |
| 33 | #include <asm/portmux.h> | 33 | #include <asm/portmux.h> |
