Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1215194

[PATCH 5/9] hifn_795x: stop including <asm-generic/kmap_types.h>

From Christoph Hellwig <hch@lst.de>
Newsgroups linux.kernel
Subject [PATCH 5/9] hifn_795x: stop including <asm-generic/kmap_types.h>
Date 2015-08-28 09:40 +0200
Message-ID <q2mqt-51a-9@gated-at.bofh.it> (permalink)
References <q2mqt-51a-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


<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>
---
 drivers/crypto/hifn_795x.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c
index 8d2a772..ca5c71a 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
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 5/9] hifn_795x: stop including <asm-generic/kmap_types.h> Christoph Hellwig <hch@lst.de> - 2015-08-28 09:40 +0200
  Re: [PATCH 5/9] hifn_795x: stop including <asm-generic/kmap_types.h> Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-28 15:20 +0200

csiph-web