Commit c8016d45 authored by Sachin Kamat's avatar Sachin Kamat Committed by Lee Jones

mfd: max14577: Include missing err.h

Add this header explicitly for IS_ERR and friends.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 63f5d2e8
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* This driver is based on max8997.c * This driver is based on max8997.c
*/ */
#include <linux/err.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/mfd/core.h> #include <linux/mfd/core.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment