diff mbox series

rtc: snvs: Remove unused include of of_device.h

Message ID 1581823666-16944-1-git-send-email-Anson.Huang@nxp.com
State Accepted
Headers show
Series rtc: snvs: Remove unused include of of_device.h | expand

Commit Message

Anson Huang Feb. 16, 2020, 3:27 a.m. UTC
There is nothing in use from of_device.h, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/rtc/rtc-snvs.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Alexandre Belloni Feb. 18, 2020, 9:41 p.m. UTC | #1
On 16/02/2020 11:27:45+0800, Anson Huang wrote:
> There is nothing in use from of_device.h, remove it.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
>  drivers/rtc/rtc-snvs.c | 1 -
>  1 file changed, 1 deletion(-)
> 
Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-snvs.c b/drivers/rtc/rtc-snvs.c
index 757f4da..7630089 100644
--- 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>