From: Uwe Kleine-König Date: Sat, 21 Mar 2020 20:37:37 +0000 (+0100) Subject: rtc: omap: drop unused dt-bindings header X-Git-Tag: v5.7-rc1~90^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4828a82e29eb77628526fd6b92d528c2f724cb32;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20200321203737.29850-1-uwe@kleine-koenig.org Signed-off-by: Alexandre Belloni --- 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 */ -#include #include #include #include