Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Corentin Labbe and committed by
Martin Schwidefsky
dd695546 00851e69

-1
-1
drivers/s390/char/zcore.c
··· 15 15 16 16 #include <linux/init.h> 17 17 #include <linux/slab.h> 18 - #include <linux/miscdevice.h> 19 18 #include <linux/debugfs.h> 20 19 #include <linux/memblock.h> 21 20