Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215194 > unrolled thread
| Started by | Christoph Hellwig <hch@lst.de> |
|---|---|
| First post | 2015-08-28 09:40 +0200 |
| Last post | 2015-08-28 15:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2015-08-28 09:40 +0200 |
| Subject | [PATCH 5/9] hifn_795x: stop including <asm-generic/kmap_types.h> |
| Message-ID | <q2mqt-51a-9@gated-at.bofh.it> |
<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/
[toc] | [next] | [standalone]
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2015-08-28 15:20 +0200 |
| Message-ID | <q2rJv-4kB-1@gated-at.bofh.it> |
| In reply to | #1215194 |
On Fri, Aug 28, 2015 at 09:27:18AM +0200, Christoph Hellwig wrote: > <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> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web