浏览代码

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
Linus Torvalds 11 年之前
父节点
当前提交
5de551e0ee
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/hwmon/menf21bmc_hwmon.c

+ 1 - 0
drivers/hwmon/menf21bmc_hwmon.c

@@ -21,6 +21,7 @@
 #include <linux/jiffies.h>
 #include <linux/slab.h>
 #include <linux/i2c.h>
+#include <linux/err.h>
 
 #define DRV_NAME  "menf21bmc_hwmon"