]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lm78) Add missing __devexit_p()
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Jun 2009 11:46:49 +0000 (13:46 +0200)
committerJean Delvare <khali@linux-fr.org>
Mon, 1 Jun 2009 11:46:49 +0000 (13:46 +0200)
commit769b923102f0ed881d8a19df47f93f10b9c0a2bf
tree9868e75fa933a384d90e80c26ee369a6cf2cc8ad
parentf8c91e0290bd58586957b9811ea653beace3c232
hwmon: (lm78) Add missing __devexit_p()

The remove function uses __devexit, so the .remove assignment needs
__devexit_p() to fix a build error with hotplug disabled.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/lm78.c