serial: omap: drop unused dt-bindings header
authorUwe Kleine-König <uwe@kleine-koenig.org>
Sat, 21 Mar 2020 20:40:31 +0000 (21:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Mar 2020 11:26:11 +0000 (12:26 +0100)
The definitons in the dt-binding's gpio header only contains some
constants to be used in device trees. It is not relevant for omap-serial
(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/20200321204031.30369-1-uwe@kleine-koenig.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c

index 48017cec7f2fb5abba42a1b109b6f346e8bc3580..80e5149d3182315b445fffc9fa2f1a60200b02fe 100644 (file)
@@ -37,8 +37,6 @@
 #include <linux/of_gpio.h>
 #include <linux/platform_data/serial-omap.h>
 
-#include <dt-bindings/gpio/gpio.h>
-
 #define OMAP_MAX_HSUART_PORTS  10
 
 #define UART_BUILD_REVISION(x, y)      (((x) << 8) | (y))