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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'hwmon-for-linus-v3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull a hwmon fix from Guenter Roeck:
"Fix potential compile problem for menf21bmc hwmon driver"

* tag 'hwmon-for-linus-v3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (menf21bmc) Include linux/err.h

+1
+1
drivers/hwmon/menf21bmc_hwmon.c
··· 21 21 #include <linux/jiffies.h> 22 22 #include <linux/slab.h> 23 23 #include <linux/i2c.h> 24 + #include <linux/err.h> 24 25 25 26 #define DRV_NAME "menf21bmc_hwmon" 26 27