[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440746842-19029-6-git-send-email-hch@lst.de>
Date: Fri, 28 Aug 2015 09:27:18 +0200
From: Christoph Hellwig <hch@....de>
To: arnd@...db.de
Cc: mitake@....info.waseda.ac.jp, dhowells@...hat.com,
herbert@...dor.apana.org.au, oded.gabbay@....com, eli@...lanox.com,
james_p_freyensee@...ux.intel.com, linux-gpio@...r.kernel.org,
drbd-dev@...ts.linbit.com, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 5/9] 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@....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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists