Messages in this thread Patch in this message |  | | From | Sachin Kamat <> | Subject | [PATCH 2/4] mfd: max14577: Include missing err.h | Date | Wed, 12 Feb 2014 14:40:11 +0530 |
| |
Add this header explicitly for IS_ERR and friends.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/mfd/max14577.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c index 2ac2f2d7cea6..88cf5811ce3b 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> -- 1.7.9.5
|  |