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 <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>
1 parent 668a2ab commit 38892c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)