Skip to content

Commit 38892c4

Browse files
andy-shevalexandrebelloni
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 668a2ab commit 38892c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-rx6110.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/init.h>
1111
#include <linux/kernel.h>
1212
#include <linux/module.h>
13-
#include <linux/of_gpio.h>
1413
#include <linux/regmap.h>
1514
#include <linux/rtc.h>
1615
#include <linux/of.h>

0 commit comments

Comments
 (0)