]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
serial_core: Remove unused member in uart_port
authorDmitry Safonov <dima@arista.com>
Tue, 14 Jan 2020 17:19:12 +0000 (17:19 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jan 2020 12:39:14 +0000 (13:39 +0100)
commit7788f549ed8cfbecd75c10e1a1988812adba49d8
treec8cb8bd2aec21bcb106dafed6289638ed0dba829
parent0095ab42056c2b4267b957da96f9517cb0c155ea
serial_core: Remove unused member in uart_port

It should remove the align-padding before @name.

[yes, there's a "hole" in the structure now, but that's fine, no one
cares.  If they do care, the whole thing should be restructured using
pahole to find a better ordering.  Removing this field is good as some
drivers have been known to abuse it for other things when they shouldn't
have been doing that. -- gregkh]

Signed-off-by: Dmitry Safonov <dima@arista.com>
Link: https://lore.kernel.org/r/20200114171912.261787-4-dima@arista.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/serial_core.h