]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: xilinx_uartps: Remove leftover __exit_p()
authorMichal Simek <michal.simek@xilinx.com>
Tue, 22 Jan 2013 12:11:11 +0000 (13:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 17:25:33 +0000 (09:25 -0800)
commiteb51d917a7e6b7d5ce1a58941f4a5840ac06553a
tree28e8a91edd960eea7fd17de3fb5a790801f70091
parentaea95548c0dedea31a9dbb78eae762b220553921
serial: xilinx_uartps: Remove leftover __exit_p()

__exit_p() need to be removed after the __devexit
removal from the driver.

Warning log:
drivers/tty/serial/xilinx_uartps.c:996:12:
warning: 'xuartps_remove' defined but not used [-Wunused-function]

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c