]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 10 Sep 2019 04:17:02 +0000 (06:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 13:01:15 +0000 (15:01 +0200)
commit0febd0c5dd998c6358f3ef2a5e754e73b68602ca
treee3e6e8e1e638169fa1f97ec7758ca3781e423ee8
parent47fa2967b9200fb0ae1e4b496508e3e6626ffd32
tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'

'exit' functions should be marked as __exit, not __init.

Fixes: 35fc5144a637 ("tty: serial: Add RDA8810PL UART driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20190910041702.7357-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/rda-uart.c