From c8016d45a3520fb6bd41f5740f075b53df280683 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Wed, 12 Feb 2014 14:40:11 +0530 Subject: [PATCH] mfd: max14577: Include missing err.h Add this header explicitly for IS_ERR and friends. Signed-off-by: Sachin Kamat Signed-off-by: Lee Jones --- drivers/mfd/max14577.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include #include -- 2.34.1