projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4594d08
)
rtc: snvs: Remove unused include of of_device.h
author
Anson Huang
<Anson.Huang@nxp.com>
Sun, 16 Feb 2020 03:27:45 +0000
(11:27 +0800)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Tue, 18 Feb 2020 21:39:23 +0000
(22:39 +0100)
There is nothing in use from of_device.h, remove it.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link:
https://lore.kernel.org/r/1581823666-16944-1-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-snvs.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-snvs.c
b/drivers/rtc/rtc-snvs.c
index 757f4daa7181a915c711a16794dced0e9bbf3011..7630089a113cf9df0ba3b9a21db66ee08d3a48af 100644
(file)
--- a/
drivers/rtc/rtc-snvs.c
+++ b/
drivers/rtc/rtc-snvs.c
@@
-7,7
+7,6
@@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
-#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/pm_wakeirq.h>
#include <linux/rtc.h>