projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f5d2e
)
mfd: max14577: Include missing err.h
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 12 Feb 2014 09:10:11 +0000
(14:40 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:16 +0000
(08:58 +0000)
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>
drivers/mfd/max14577.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/max14577.c
b/drivers/mfd/max14577.c
index
c9859d1
..
5f13cef
100644
(file)
--- 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>