Skip to content

Commit 67f468d

Browse files
Linus Walleijgregkh
authored andcommitted
tty: serial: atmel_serial: Drop GPIO includes
Nothing in this driver uses the symbols from these GPIO includes so drop them. These are probably just historical artifacts from befor mctrl_gpio was used. Cc: Ludovic Desroches <[email protected]> Cc: Razvan Stefanescu <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Ludovic Desroches <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent bc80932 commit 67f468d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/tty/serial/atmel_serial.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@
2020
#include <linux/platform_device.h>
2121
#include <linux/of.h>
2222
#include <linux/of_device.h>
23-
#include <linux/of_gpio.h>
2423
#include <linux/dma-mapping.h>
2524
#include <linux/dmaengine.h>
2625
#include <linux/atmel_pdc.h>
2726
#include <linux/uaccess.h>
2827
#include <linux/platform_data/atmel.h>
2928
#include <linux/timer.h>
30-
#include <linux/gpio.h>
31-
#include <linux/gpio/consumer.h>
3229
#include <linux/err.h>
3330
#include <linux/irq.h>
3431
#include <linux/suspend.h>

0 commit comments

Comments
 (0)