diff options
author | Linus Walleij <[email protected]> | 2020-02-29 22:23:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-03-06 13:16:16 +0100 |
commit | 8145e85f8245ec92516b331ccf0bdc833fe3ef17 (patch) | |
tree | 0855e473fe0852512f29ae66999332c8c8ea60eb | |
parent | 67f468d4ae9fd3589f8086103c13686923f82a57 (diff) |
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]>
-rw-r--r-- | drivers/tty/serial/lantiq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c index f67226df30d4..c5e46ff972e4 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c @@ -11,7 +11,6 @@ #include <linux/clk.h> #include <linux/console.h> #include <linux/device.h> -#include <linux/gpio.h> #include <linux/init.h> #include <linux/io.h> #include <linux/ioport.h> |