From: Johannes Berg Date: Wed, 19 Nov 2014 20:16:04 +0000 (+0100) Subject: crypto: bfin_crc - don't include linux/unaligned/access_ok.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1e0bdad02583764e90671a2900920cffa3e9d605;p=linux-beck.git crypto: bfin_crc - don't include linux/unaligned/access_ok.h This is a specific implementation, 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 Signed-off-by: Herbert Xu --- 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 @@ #include #include #include -#include #include #include #include #include #include #include +#include #include #include