aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-omap.c
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2020-03-21 21:37:37 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-03-23 09:27:17 +0100
commit4828a82e29eb77628526fd6b92d528c2f724cb32 (patch)
tree975fcb01073f5735d7fb12feb8c8df4b14aaaf4e /drivers/rtc/rtc-omap.c
parent6e7af45102994dca6941720c2207f081f8f26adc (diff)
downloadlinux-4828a82e29eb77628526fd6b92d528c2f724cb32.tar.gz
rtc: omap: drop unused dt-bindings header
The definitons in the dt-binding's gpio header only contains some constants to be used in device trees. It is not relevant for rtc-omap (as the gpio API hides the details) and in fact unused so it can just be dropped. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Link: https://lore.kernel.org/r/20200321203737.29850-1-uwe@kleine-koenig.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-omap.c')
-rw-r--r--drivers/rtc/rtc-omap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-omap.c b/drivers/rtc/rtc-omap.c
index d4ed20fb31944..c20fc7937dfa8 100644
--- a/drivers/rtc/rtc-omap.c
+++ b/drivers/rtc/rtc-omap.c
@@ -9,7 +9,6 @@
* Copyright (C) 2014 Johan Hovold <johan@kernel.org>
*/
-#include <dt-bindings/gpio/gpio.h>
#include <linux/bcd.h>
#include <linux/clk.h>
#include <linux/delay.h>