regulator: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Bill Pemberton
2012-11-19 13:26:10 -05:00
committed by Mark Brown
부모 ce6dd5da9d
커밋 8dc995f56e
56개의 변경된 파일62개의 추가작업 그리고 62개의 파일을 삭제

파일 보기

@@ -588,7 +588,7 @@ err_unlock:
return ret;
}
static int __devexit mc13892_regulator_remove(struct platform_device *pdev)
static int mc13892_regulator_remove(struct platform_device *pdev)
{
struct mc13xxx_regulator_priv *priv = platform_get_drvdata(pdev);
int i;