diff mbox series

[v1,1/1] rtc: rx6110: Remove unused of_gpio,h

Message ID 20230215165030.83621-1-andriy.shevchenko@linux.intel.com
State Accepted
Headers show
Series [v1,1/1] rtc: rx6110: Remove unused of_gpio,h | expand

Commit Message

Andy Shevchenko Feb. 15, 2023, 4:50 p.m. UTC
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>
---
 drivers/rtc/rtc-rx6110.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Alexandre Belloni Feb. 22, 2023, 8:10 p.m. UTC | #1
On Wed, 15 Feb 2023 18:50:30 +0200, Andy Shevchenko wrote:
> of_gpio.h provides a single function, which is not used in this driver.
> Remove unused header.
> 
> 

Applied, thanks!

[1/1] rtc: rx6110: Remove unused of_gpio,h
      commit: 38892c48e54760be41f16519456d868e14933789

Best regards,
diff mbox series

Patch

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>