aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorGravatar Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2023-02-15 18:50:30 +0200
committerGravatar Alexandre Belloni <alexandre.belloni@bootlin.com> 2023-02-22 21:08:27 +0100
commit38892c48e54760be41f16519456d868e14933789 (patch)
treec9155fead70e3a2710ea41fa4356f8d69e4e1d6b /drivers/rtc
parentrtc: efi: Avoid spamming the log on RTC read failure (diff)
downloadlinux-38892c48e54760be41f16519456d868e14933789.tar.gz
linux-38892c48e54760be41f16519456d868e14933789.tar.bz2
linux-38892c48e54760be41f16519456d868e14933789.zip
rtc: rx6110: Remove unused of_gpio,h
of_gpio.h provides a single function, which is not used in this driver. Remove unused header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230215165030.83621-1-andriy.shevchenko@linux.intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-rx6110.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rx6110.c b/drivers/rtc/rtc-rx6110.c
index 76a49838014b..37608883a796 100644
--- a/drivers/rtc/rtc-rx6110.c
+++ b/drivers/rtc/rtc-rx6110.c
@@ -10,7 +10,6 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/of_gpio.h>
#include <linux/regmap.h>
#include <linux/rtc.h>
#include <linux/of.h>