linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] serial: clean up uart_info
@ 2024-09-20  5:34 Yanteng Si
  2024-09-20 14:18 ` Andy Shevchenko
  2024-10-12  3:10 ` Yanteng Si
  0 siblings, 2 replies; 5+ messages in thread
From: Yanteng Si @ 2024-09-20  5:34 UTC (permalink / raw)
  To: linux, gregkh, jirislaby, alan
  Cc: bartosz.golaszewski, andriy.shevchenko, arnd, u.kleine-koenig,
	mengdewei, linux-serial, linux-arm-kernel, linux-kernel,
	si.yanteng, Yanteng Si

Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has
removed uart_info, the uart_info declaration looks lonely,
let it go.

Signed-off-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
---
 include/linux/platform_data/sa11x0-serial.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/platform_data/sa11x0-serial.h b/include/linux/platform_data/sa11x0-serial.h
index 8b79ab08af45..a88096bc74e4 100644
--- a/include/linux/platform_data/sa11x0-serial.h
+++ b/include/linux/platform_data/sa11x0-serial.h
@@ -10,7 +10,6 @@
 #define SA11X0_SERIAL_H
 
 struct uart_port;
-struct uart_info;
 
 /*
  * This is a temporary structure for registering these
-- 
2.31.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-14  1:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20  5:34 [PATCH] serial: clean up uart_info Yanteng Si
2024-09-20 14:18 ` Andy Shevchenko
2024-10-12  3:10 ` Yanteng Si
2024-10-12  7:57   ` Greg KH
2024-10-14  1:46     ` Yanteng Si

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).