Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fixlet from Guenter Roeck: "Fix fallout from __devexit removal" * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexit
This commit is contained in:
@@ -130,7 +130,7 @@ static int twl4030_madc_hwmon_remove(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver twl4030_madc_hwmon_driver = {
|
||||
.probe = twl4030_madc_hwmon_probe,
|
||||
.remove = __exit_p(twl4030_madc_hwmon_remove),
|
||||
.remove = twl4030_madc_hwmon_remove,
|
||||
.driver = {
|
||||
.name = "twl4030_madc_hwmon",
|
||||
.owner = THIS_MODULE,
|
||||
|
||||
Reference in New Issue
Block a user