From 8681d5b04f812d9cc5cde72bbbb5081f8f1c9728 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Thu, 15 Dec 2016 15:53:23 +0100 Subject: [PATCH] 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 --- drivers/char/ds1302.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/ds1302.c b/drivers/char/ds1302.c index 7d34b203718a..c614a56e68cc 100644 --- a/drivers/char/ds1302.c +++ b/drivers/char/ds1302.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include