summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-08-03 16:56:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-04 16:08:55 +0300
commita833b201d90880f65ac04a1518645005e8c78aae (patch)
tree183dce2d5855bad9467ff20b8d5cc03cb5ec0865 /drivers/tty
parent80a8f487b9bab0d25536516e75f22c78fa657ff4 (diff)
downloadlinux-a833b201d90880f65ac04a1518645005e8c78aae.tar.xz
serial: cpm_uart: Don't include fs_uart_pd.h when not needed
Remove inclusion of fs_uart_pd.h from all files not using anything from that file. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Link: https://lore.kernel.org/r/c7996ef4de56e7ee42a434e37d214cba337a146c.1691068700.git.christophe.leroy@csgroup.eu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/ucc_uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c
index 49457be37b3f..b06661b80f41 100644
--- a/drivers/tty/serial/ucc_uart.c
+++ b/drivers/tty/serial/ucc_uart.c
@@ -29,7 +29,6 @@
#include <linux/of_irq.h>
#include <linux/dma-mapping.h>
-#include <linux/fs_uart_pd.h>
#include <soc/fsl/qe/ucc_slow.h>
#include <linux/firmware.h>