Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging

* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
hwmon: Update documentation on fan_max
hwmon: (lm78) Add missing __devexit_p()

+7 -1
+6
Documentation/hwmon/sysfs-interface
··· 150 150 Unit: revolution/min (RPM) 151 151 RW 152 152 153 + fan[1-*]_max Fan maximum value 154 + Unit: revolution/min (RPM) 155 + Only rarely supported by the hardware. 156 + RW 157 + 153 158 fan[1-*]_input Fan input value. 154 159 Unit: revolution/min (RPM) 155 160 RO ··· 395 390 in[0-*]_min_alarm 396 391 in[0-*]_max_alarm 397 392 fan[1-*]_min_alarm 393 + fan[1-*]_max_alarm 398 394 temp[1-*]_min_alarm 399 395 temp[1-*]_max_alarm 400 396 temp[1-*]_crit_alarm
+1 -1
drivers/hwmon/lm78.c
··· 182 182 .name = "lm78", 183 183 }, 184 184 .probe = lm78_isa_probe, 185 - .remove = lm78_isa_remove, 185 + .remove = __devexit_p(lm78_isa_remove), 186 186 }; 187 187 188 188