[PATCHv2-next 3/3] serial_core: Remove unused member in uart_port

From: Dmitry Safonov
Date: Tue Jan 14 2020 - 12:19:38 EST


It should remove the align-padding before @name.

Signed-off-by: Dmitry Safonov <dima@xxxxxxxxxx>
---
include/linux/serial_core.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 9e0b66278430..1f4443db5474 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -247,7 +247,6 @@ struct uart_port {

unsigned char hub6; /* this should be in the 8250 driver */
unsigned char suspended;
- unsigned char unused;
const char *name; /* port name */
struct attribute_group *attr_group; /* port specific attributes */
const struct attribute_group **tty_groups; /* all attributes (serial core use only) */
--
2.24.1