From: Corentin Labbe Date: Thu, 15 Dec 2016 14:53:23 +0000 (+0100) Subject: ds1302: remove unneeded linux/miscdevice.h include X-Git-Tag: v4.11-rc1~118^2~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8681d5b04f812d9cc5cde72bbbb5081f8f1c9728;p=thirdparty%2Fkernel%2Flinux.git ds1302: remove unneeded linux/miscdevice.h include drivers/char/ds1302.c does not use any miscdevice so the inclusion of linux/miscdevice.h is unnecessary. This patch remove this inclusion. Signed-off-by: Corentin Labbe Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/ds1302.c b/drivers/char/ds1302.c index 7d34b203718af..c614a56e68ccb 100644 --- a/drivers/char/ds1302.c +++ b/drivers/char/ds1302.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include