Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 23:06:11 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 23:06:11 +0000 (15:06 -0800)
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

drivers/hwmon/twl4030-madc-hwmon.c

index 149d44a7c5842534988d122595b0a841f6f92f42..6c6d440bb2dd09f36af81efcc3b4a4b44a835641 100644 (file)
@@ -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,
This page took 0.029957 seconds and 5 git commands to generate.