lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240920053423.1373354-1-siyanteng@cqsoftware.com.cn>
Date: Fri, 20 Sep 2024 13:34:23 +0800
From: Yanteng Si <siyanteng@...oftware.com.cn>
To: linux@...linux.org.uk,
	gregkh@...uxfoundation.org,
	jirislaby@...nel.org,
	alan@...ux.intel.com
Cc: bartosz.golaszewski@...aro.org,
	andriy.shevchenko@...ux.intel.com,
	arnd@...db.de,
	u.kleine-koenig@...gutronix.de,
	mengdewei@...oftware.com.cn,
	linux-serial@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org,
	si.yanteng@...ux.dev,
	Yanteng Si <siyanteng@...oftware.com.cn>
Subject: [PATCH] serial: clean up uart_info

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@...oftware.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ