Sfoglia il codice sorgente

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 10 anni fa
parent
commit
5de551e0ee
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"