diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-12 13:10:11 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 12:58:16 +0400 |
commit | c8016d45a3520fb6bd41f5740f075b53df280683 (patch) | |
tree | 9519aeb98fe8e0c36baa3cb3d0dab2d96f1c3a43 /drivers/mfd/max14577.c | |
parent | 63f5d2e8b227d54d6e0a750a4b9670a899fa1a05 (diff) | |
download | linux-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>
Diffstat (limited to 'drivers/mfd/max14577.c')
-rw-r--r-- | drivers/mfd/max14577.c | 1 |
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> |