summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83781d.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-10-26 09:36:19 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-26 09:36:19 -0700
commitb1cd2ee3b95f1c3108c68c82342c614e58ce1f13 (patch)
treef282632a4cd5de359c8ba586371e907ade0543ec /drivers/hwmon/w83781d.c
parente383d56487062275e9971094f2efcca34227ee60 (diff)
parentc02d65694debbc82dc48453a9fd52efb036c7258 (diff)
downloadop-kernel-dev-b1cd2ee3b95f1c3108c68c82342c614e58ce1f13.zip
op-kernel-dev-b1cd2ee3b95f1c3108c68c82342c614e58ce1f13.tar.gz
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
* 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: hwmon: (abituguru3) enable DMI probing feature on AW9D-MAX hwmon: (abituguru3) Cosmetic whitespace fixes hwmon: (adt7473) Fix voltage conversion routines hwmon: (lm90) Add support for the LM99 16 degree offset hwmon: (lm90) Fix handling of hysteresis value hwmon-vid: Add support for AMD family 10h CPUs hwmon: (w83781d) Fix linking when built-in
Diffstat (limited to 'drivers/hwmon/w83781d.c')
-rw-r--r--drivers/hwmon/w83781d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/w83781d.c b/drivers/hwmon/w83781d.c
index d4d1b85..fc12bd4 100644
--- a/drivers/hwmon/w83781d.c
+++ b/drivers/hwmon/w83781d.c
@@ -1968,7 +1968,7 @@ exit:
return res;
}
-static void __exit
+static void
w83781d_isa_unregister(void)
{
if (pdev) {
@@ -2017,7 +2017,7 @@ w83781d_isa_register(void)
return 0;
}
-static void __exit
+static void
w83781d_isa_unregister(void)
{
}
OpenPOWER on IntegriCloud