All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ds1302: remove unneeded linux/miscdevice.h include
@ 2016-12-15 14:53 Corentin Labbe
  0 siblings, 0 replies; only message in thread
From: Corentin Labbe @ 2016-12-15 14:53 UTC (permalink / raw)
  To: arnd, gregkh; +Cc: linux-kernel, Corentin Labbe

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 <clabbe.montjoie@gmail.com>
---
 drivers/char/ds1302.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/char/ds1302.c b/drivers/char/ds1302.c
index 7d34b20..c614a56 100644
--- a/drivers/char/ds1302.c
+++ b/drivers/char/ds1302.c
@@ -17,7 +17,6 @@
 #include <linux/init.h>
 #include <linux/mm.h>
 #include <linux/module.h>
-#include <linux/miscdevice.h>
 #include <linux/delay.h>
 #include <linux/bcd.h>
 #include <linux/mutex.h>
-- 
2.10.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-15 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 14:53 [PATCH] ds1302: remove unneeded linux/miscdevice.h include Corentin Labbe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.