]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
amiserial: pack and sort includes
authorJiri Slaby <jslaby@suse.cz>
Wed, 14 Jul 2021 09:13:12 +0000 (11:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 10:49:51 +0000 (12:49 +0200)
commitf3d788b4254c72d6d6f5e6fc8979f95295865e93
tree0c5f5f32c006beb40cb9595efc80520f53454efd
parent816807020ea68c889c35b01c38cd2f6d1da69f20
amiserial: pack and sort includes

The #include directives are in different places in amiserial:
1) there is no reason for that, and
2) it makes hard to judge what is included and what is not.

Therefore, move all the includes to a single place and sort them.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210714091314.8292-9-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/amiserial.c