hwmon: (menf21bmc) Include linux/err.h
authorJohannes Thumshirn <johannes.thumshirn@men.de>
Thu, 16 Oct 2014 13:07:51 +0000 (15:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 20 Oct 2014 01:41:18 +0000 (18:41 -0700)
commit3d5960472de0a245c56ba55e9a59b8d0f4c69cb4
treee58dbe8e4e92fbb7b68fa6bc8ac3d385a2aae079
parentf114040e3ea6e07372334ade75d1ee0775c355e1
hwmon: (menf21bmc) Include linux/err.h

Include linux/err.h to get the definitions for IS_ERR() PTR_ERR() and
ERR_PTR() used in the driver.

This fixes compilation on powerpc targets.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/menf21bmc_hwmon.c