summaryrefslogtreecommitdiff
path: root/drivers/mfd/max14577.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-02-12 14:40:11 +0530
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:16 +0000
commitc8016d45a3520fb6bd41f5740f075b53df280683 (patch)
tree9519aeb98fe8e0c36baa3cb3d0dab2d96f1c3a43 /drivers/mfd/max14577.c
parent63f5d2e8b227d54d6e0a750a4b9670a899fa1a05 (diff)
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>
Diffstat (limited to 'drivers/mfd/max14577.c')
-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 c9859d1baf14..5f13cefe8def 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>