<div dir="ltr"><div>Hello, I had problems with fan speed in my XServe G5. It turned out drivers/macintosh/Makefile has a max6690 module missing from compilation list. I was advised to mail the patch to you guys.<br><br></div>
I'm not sure what's the proper format of the patch to be submitten (this is my first time). So I'm including it into the message body, and as an attached file.<br><div><br>diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile<br>
index 6753b65..d2f0120 100644<br>--- a/drivers/macintosh/Makefile<br>+++ b/drivers/macintosh/Makefile<br>@@ -40,6 +40,7 @@ obj-$(CONFIG_WINDFARM_RM31)     += windfarm_fcu_controls.o \<br>                                   windfarm_ad7417_sensor.o \<br>
                                   windfarm_lm75_sensor.o \<br>                                   windfarm_lm87_sensor.o \<br>+                                  windfarm_max6690_sensor.o \<br>                                   windfarm_pid.o \<br>
                                   windfarm_cpufreq_clamp.o \<br>                                   windfarm_rm31.o<br><br><br></div><div>Thank you.<br></div><div>Stanislav Ponomarev.<br></div></div>