Skip to content

Commit 8145e85

Browse files
Linus Walleijgregkh
authored andcommitted
tty: serial: lantiq: Drop GPIO include
Nothing in this driver uses the symbols from <linux/gpio.h> so drop this include. Cc: Rahul Tanwar <[email protected]> Cc: Songjun Wu <[email protected]> Cc: Martin Blumenstingl <[email protected]> Cc: John Crispin <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 67f468d commit 8145e85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/tty/serial/lantiq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/clk.h>
1212
#include <linux/console.h>
1313
#include <linux/device.h>
14-
#include <linux/gpio.h>
1514
#include <linux/init.h>
1615
#include <linux/io.h>
1716
#include <linux/ioport.h>

0 commit comments

Comments
 (0)