summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-02-12 09:10:11 (GMT)
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:16 (GMT)
commitc8016d45a3520fb6bd41f5740f075b53df280683 (patch)
tree9519aeb98fe8e0c36baa3cb3d0dab2d96f1c3a43
parent63f5d2e8b227d54d6e0a750a4b9670a899fa1a05 (diff)
downloadlinux-c8016d45a3520fb6bd41f5740f075b53df280683.tar.xz
mfd: max14577: Include missing err.h
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>
-rw-r--r--drivers/mfd/max14577.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
index c9859d1..5f13cef 100644
--- a/drivers/mfd/max14577.c
+++ b/drivers/mfd/max14577.c
@@ -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>