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

tty: serial: lantiq: Drop GPIO include

Nothing in this driver uses the symbols from <linux/gpio.h>
so drop this include.

Cc: Rahul Tanwar <rahul.tanwar@linux.intel.com>
Cc: Songjun Wu <songjun.wu@linux.intel.com>
Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: John Crispin <john@phrozen.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20200229212331.174946-1-linus.walleij@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Linus Walleij and committed by
Greg Kroah-Hartman
8145e85f 67f468d4

-1
-1
drivers/tty/serial/lantiq.c
··· 11 11 #include <linux/clk.h> 12 12 #include <linux/console.h> 13 13 #include <linux/device.h> 14 - #include <linux/gpio.h> 15 14 #include <linux/init.h> 16 15 #include <linux/io.h> 17 16 #include <linux/ioport.h>