mfd: max14577: Include missing err.h
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 12 Feb 2014 09:10:11 +0000 (14:40 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:16 +0000 (08:58 +0000)
Add this header explicitly for IS_ERR and friends.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max14577.c

index c9859d1baf14a62eeffa6d41e85a13d3f867a67c..5f13cefe8defcf73ed33e1c179de6b922f88b1fc 100644 (file)
@@ -18,6 +18,7 @@
  * This driver is based on max8997.c
  */
 
+#include <linux/err.h>
 #include <linux/module.h>
 #include <linux/interrupt.h>
 #include <linux/mfd/core.h>