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


Groups > linux.kernel > #1542613

[PATCH 2/2] crypto: bfin_crc: Remove unneeded linux/miscdevice.h include

From Corentin Labbe <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] crypto: bfin_crc: Remove unneeded linux/miscdevice.h include
Date 2016-12-15 11:10 +0100
Message-ID <sOB97-4uh-23@gated-at.bofh.it> (permalink)
References <sOB97-4uh-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


bfin_crc.h driver does not use any miscdevice, so this patch remove this
unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 drivers/crypto/bfin_crc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/bfin_crc.h b/drivers/crypto/bfin_crc.h
index 75cef4d..786ef74 100644
--- a/drivers/crypto/bfin_crc.h
+++ b/drivers/crypto/bfin_crc.h
@@ -55,7 +55,6 @@ struct crc_info {
 
 #include <linux/types.h>
 #include <linux/spinlock.h>
-#include <linux/miscdevice.h>
 
 struct crc_register {
 	u32 control;
-- 
2.10.2

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


Thread

[PATCH 1/2] crypto: bfin_crc: Fix format printing warning Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-15 11:10 +0100
  [PATCH 2/2] crypto: bfin_crc: Remove unneeded linux/miscdevice.h include Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-15 11:10 +0100

csiph-web