aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-snvs.c
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2020-02-16 11:27:45 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-02-18 22:39:23 +0100
commita137e9b620bcf3925a8d72dd7ba723910d0bf976 (patch)
treef3aaf4f3af91bb1a19e3538595df90dbc5c4ce44 /drivers/rtc/rtc-snvs.c
parent4594d082dbe6385c2df6b838817ccd214c16b358 (diff)
downloadlinux-a137e9b620bcf3925a8d72dd7ba723910d0bf976.tar.gz
rtc: snvs: Remove unused include of of_device.h
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>
Diffstat (limited to 'drivers/rtc/rtc-snvs.c')
-rw-r--r--drivers/rtc/rtc-snvs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-snvs.c b/drivers/rtc/rtc-snvs.c
index 757f4daa7181a..7630089a113cf 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>