Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: 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 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>

authored by

Uwe Kleine-König and committed by
Greg Kroah-Hartman
c97c65f3 c26389f9

-2
-2
drivers/tty/serial/omap-serial.c
··· 37 37 #include <linux/of_gpio.h> 38 38 #include <linux/platform_data/serial-omap.h> 39 39 40 - #include <dt-bindings/gpio/gpio.h> 41 - 42 40 #define OMAP_MAX_HSUART_PORTS 10 43 41 44 42 #define UART_BUILD_REVISION(x, y) (((x) << 8) | (y))