[PATCH] rtc: snvs: Remove unused include of of_device.h

From: Anson Huang
Date: Sat Feb 15 2020 - 22:33:55 EST


There is nothing in use from of_device.h, remove it.

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

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>
--
2.7.4