s390/zcore: remove unneeded linux/miscdevice.h include

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>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Corentin Labbe 2016-12-15 15:18:23 +01:00 committed by Martin Schwidefsky
parent 00851e6925
commit dd69554660
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/miscdevice.h>
#include <linux/debugfs.h>
#include <linux/memblock.h>