projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17c941
)
ds1302: remove unneeded linux/miscdevice.h include
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 14:53:23 +0000
(15:53 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 20:46:41 +0000
(21:46 +0100)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/ds1302.c
patch
|
blob
|
history
diff --git
a/drivers/char/ds1302.c
b/drivers/char/ds1302.c
index
7d34b20
..
c614a56
100644
(file)
--- 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>