summary refs log tree commit diff
path: root/drivers/crypto/hifn_795x.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-28 09:27:18 +0200
committerArnd Bergmann <arnd@arndb.de>2015-10-15 00:21:09 +0200
commitac8427b9ebf541e42f18bf298997d8765b513d51 (patch)
tree44e83ca408dc54df78eefca7d79ba01f972f5b38 /drivers/crypto/hifn_795x.c
parentdbcbdc432b24ef708f9733a17b16fe58ed143afd (diff)
downloadlinux-ac8427b9ebf541e42f18bf298997d8765b513d51.tar.gz
hifn_795x: stop including <asm-generic/kmap_types.h>
<linux/highmem.h> is the placace the get the kmap type flags, asm-generic
files are generic implementations only to be used by architecture code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/hifn_795x.c')
-rw-r--r--drivers/crypto/hifn_795x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c
index 8d2a7728434d..ca5c71ab4b4d 100644
--- a/drivers/crypto/hifn_795x.c
+++ b/drivers/crypto/hifn_795x.c
@@ -36,8 +36,6 @@
 #include <crypto/algapi.h>
 #include <crypto/des.h>
 
-#include <asm/kmap_types.h>
-
 //#define HIFN_DEBUG
 
 #ifdef HIFN_DEBUG