serial: pic32: remove constants from struct pic32_sport
authorJiri Slaby <jslaby@suse.cz>
Tue, 3 May 2022 06:31:14 +0000 (08:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 20:39:17 +0000 (22:39 +0200)
commit08f643e0224222aa089265a72690187898cac3e7
treed995546aa02336bc5ca53da7ff70333e85e6b764
parent29574d0ded40f1834f4a4a054d213fdc0642d60a
serial: pic32: remove constants from struct pic32_sport

All the irqflags_* in struct pic32_sport are set to IRQF_NO_THREAD and
never updated. So remove pic32_sport::irqflags_* and use the flag
directly.

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