From ca604efb2adb237bd45745aab0a3844609608f55 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 22 Jan 2013 13:11:11 +0100 Subject: [PATCH] --- yaml --- r: 354832 b: refs/heads/master c: eb51d917a7e6b7d5ce1a58941f4a5840ac06553a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/tty/serial/xilinx_uartps.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d7e43bc4adc1..e30be53c75c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aea95548c0dedea31a9dbb78eae762b220553921 +refs/heads/master: eb51d917a7e6b7d5ce1a58941f4a5840ac06553a diff --git a/trunk/drivers/tty/serial/xilinx_uartps.c b/trunk/drivers/tty/serial/xilinx_uartps.c index e426603d934e..ba451c7209fc 100644 --- a/trunk/drivers/tty/serial/xilinx_uartps.c +++ b/trunk/drivers/tty/serial/xilinx_uartps.c @@ -1044,7 +1044,7 @@ MODULE_DEVICE_TABLE(of, xuartps_of_match); static struct platform_driver xuartps_platform_driver = { .probe = xuartps_probe, /* Probe method */ - .remove = __exit_p(xuartps_remove), /* Detach method */ + .remove = xuartps_remove, /* Detach method */ .suspend = xuartps_suspend, /* Suspend */ .resume = xuartps_resume, /* Resume after a suspend */ .driver = {