mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 16:20:51 +07:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6: regulator: da903x: add missing __devexit_p()
This commit is contained in:
commit
467999f50c
@ -497,7 +497,7 @@ static struct platform_driver da903x_regulator_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = da903x_regulator_probe,
|
||||
.remove = da903x_regulator_remove,
|
||||
.remove = __devexit_p(da903x_regulator_remove),
|
||||
};
|
||||
|
||||
static int __init da903x_regulator_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user