]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 10 Sep 2019 04:11:29 +0000 (06:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 13:01:15 +0000 (15:01 +0200)
commit6264dab6efd6069f0387efb078a9960b5642377b
treeae5d93b38a3e397c5b7631d6b0c95f3f480e2d40
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'

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

Fixes: fc60a8b675bd ("tty: serial: owl: Implement console driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20190910041129.6978-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/owl-uart.c