linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include
@ 2016-12-15 14:18 Corentin Labbe
  2016-12-15 14:18 ` [PATCH 2/2] s390: zfcp: " Corentin Labbe
  2016-12-16 11:09 ` [PATCH 1/2] s390/zcore: " Heiko Carstens
  0 siblings, 2 replies; 4+ messages in thread
From: Corentin Labbe @ 2016-12-15 14:18 UTC (permalink / raw)
  To: maier, linux-s390, schwidefsky, heiko.carstens
  Cc: linux-kernel, Corentin Labbe

drivers/s390/char/zcore.c does not contain any miscdevice so the
inclusion of linux/miscdevice.h is uncessary.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 drivers/s390/char/zcore.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/s390/char/zcore.c b/drivers/s390/char/zcore.c
index f771e5e..47b54eb 100644
--- a/drivers/s390/char/zcore.c
+++ b/drivers/s390/char/zcore.c
@@ -15,7 +15,6 @@
 
 #include <linux/init.h>
 #include <linux/slab.h>
-#include <linux/miscdevice.h>
 #include <linux/debugfs.h>
 #include <linux/memblock.h>
 
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-07 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 14:18 [PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include Corentin Labbe
2016-12-15 14:18 ` [PATCH 2/2] s390: zfcp: " Corentin Labbe
2017-03-07 15:30   ` Steffen Maier
2016-12-16 11:09 ` [PATCH 1/2] s390/zcore: " Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).