regulator: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
此提交包含在:
@@ -330,7 +330,7 @@ static struct platform_driver s2mps11_pmic_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = s2mps11_pmic_probe,
|
||||
.remove = __devexit_p(s2mps11_pmic_remove),
|
||||
.remove = s2mps11_pmic_remove,
|
||||
.id_table = s2mps11_pmic_id,
|
||||
};
|
||||
|
||||
|
新增問題並參考
封鎖使用者