From 6d4bececa7736b52de46c61df171acab59c18616 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 27 Feb 2013 19:54:10 -0800 Subject: [PATCH] --- yaml --- r: 373655 b: refs/heads/master c: 6fd796279179608a4047099930a674c7379650cd h: refs/heads/master i: 373653: bf85b68cc0a3d05c8d45ddb70a024fe5a7c79588 373651: be448576ca253dc79d4fef9b60335cabd145e6a6 373647: c7d4f4fdfffe86853511e77f2263aeed828c9126 v: v3 --- [refs] | 2 +- trunk/drivers/leds/leds-atmel-pwm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bfb3c156d291..8b909ca02b5c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f07fb52107c881f35eaff09fe990a4dfd0f7e62a +refs/heads/master: 6fd796279179608a4047099930a674c7379650cd diff --git a/trunk/drivers/leds/leds-atmel-pwm.c b/trunk/drivers/leds/leds-atmel-pwm.c index 386773532d95..8a39c5b20f76 100644 --- a/trunk/drivers/leds/leds-atmel-pwm.c +++ b/trunk/drivers/leds/leds-atmel-pwm.c @@ -113,7 +113,7 @@ static int pwmled_probe(struct platform_device *pdev) return status; } -static int __exit pwmled_remove(struct platform_device *pdev) +static int pwmled_remove(struct platform_device *pdev) { const struct gpio_led_platform_data *pdata; struct pwmled *leds; @@ -140,7 +140,7 @@ static struct platform_driver pwmled_driver = { }, /* REVISIT add suspend() and resume() methods */ .probe = pwmled_probe, - .remove = __exit_p(pwmled_remove), + .remove = pwmled_remove, }; module_platform_driver(pwmled_driver);