From: Michal Simek Date: Tue, 22 Jan 2013 12:11:11 +0000 (+0100) Subject: serial: xilinx_uartps: Remove leftover __exit_p() X-Git-Tag: v3.9-rc1~125^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb51d917a7e6b7d5ce1a58941f4a5840ac06553a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed