Skip to content

Commit

Permalink
mfd: Move asic3_remove to .devexit.text
Browse files Browse the repository at this point in the history
The function asic3_remove is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Uwe Kleine-König authored and Samuel Ortiz committed Dec 13, 2009
1 parent d4e0a89 commit 1e3edaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/asic3.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ static int __init asic3_probe(struct platform_device *pdev)
return ret;
}

static int asic3_remove(struct platform_device *pdev)
static int __devexit asic3_remove(struct platform_device *pdev)
{
int ret;
struct asic3 *asic = platform_get_drvdata(pdev);
Expand Down

0 comments on commit 1e3edaf

Please sign in to comment.