Skip to content

Commit d7b96ca

Browse files
committed
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
2 parents 5b3040a + 7764b52 commit d7b96ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/twl4030-madc-hwmon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static int twl4030_madc_hwmon_remove(struct platform_device *pdev)
130130

131131
static struct platform_driver twl4030_madc_hwmon_driver = {
132132
.probe = twl4030_madc_hwmon_probe,
133-
.remove = __exit_p(twl4030_madc_hwmon_remove),
133+
.remove = twl4030_madc_hwmon_remove,
134134
.driver = {
135135
.name = "twl4030_madc_hwmon",
136136
.owner = THIS_MODULE,

0 commit comments

Comments
 (0)