summaryrefslogtreecommitdiff
path: root/include/linux/serial_sci.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2026-05-06 14:46:43 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-11 16:56:08 +0200
commit430a1386df5c98e65f6b943c15366e4ca92e3328 (patch)
treecb55e49f1a7e4b1c4eb9466bb65a7e9f524cd122 /include/linux/serial_sci.h
parent88af183a135ccdd004bdeebf4e0c99383b530a66 (diff)
downloadlwn-430a1386df5c98e65f6b943c15366e4ca92e3328.tar.gz
lwn-430a1386df5c98e65f6b943c15366e4ca92e3328.zip
serial: sh-sci: Remove plat_sci_port.flags
The last setter of p->flags was removed in commit 37744feebc086908 ("sh: remove sh5 support") in v5.8. Link: https://lore.kernel.org/CAMuHMdXs94k3-7YD-yO7p2=+u8waYGAz8mpP5LDbMf3szt4V-w@mail.gmail.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: John Ogness <john.ogness@linutronix.de> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://patch.msgid.link/20260506124643.128021-1-geert+renesas@glider.be Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serial_sci.h')
-rw-r--r--include/linux/serial_sci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h
index 0f2f50b8d28e..36c795d61f7e 100644
--- a/include/linux/serial_sci.h
+++ b/include/linux/serial_sci.h
@@ -51,7 +51,6 @@ struct plat_sci_port_ops {
*/
struct plat_sci_port {
unsigned int type; /* SCI / SCIF / IRDA / HSCIF */
- upf_t flags; /* UPF_* flags */
unsigned int sampling_rate;
unsigned int scscr; /* SCSCR initialization */