aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2012-05-07 11:26:37 +0300
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-05-18 17:15:48 -0700
commit96facd23e45e6d5020be135c8ab392ba9e044fa4 (patch)
treefd1e439a6ac122cc7542d7d44500a4c0819c74e4 /drivers/power
parentsmb347-charger: Clean up battery attributes (diff)
downloadlinux-dev-96facd23e45e6d5020be135c8ab392ba9e044fa4.tar.xz
linux-dev-96facd23e45e6d5020be135c8ab392ba9e044fa4.zip
smb347-charger: Include missing <linux/err.h>
Without the include we get build errors like: drivers/power/smb347-charger.c: In function 'smb347_probe': drivers/power/smb347-charger.c:1039:2: error: implicit declaration of function 'IS_ERR' [-Werror=implicit-function-declaration] drivers/power/smb347-charger.c:1040:3: error: implicit declaration of function 'PTR_ERR' [-Werror=implicit-function-declaration] Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/smb347-charger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/smb347-charger.c b/drivers/power/smb347-charger.c
index 09d19d241eed..f8eedd8a676f 100644
--- a/drivers/power/smb347-charger.c
+++ b/drivers/power/smb347-charger.c
@@ -11,6 +11,7 @@
* published by the Free Software Foundation.
*/
+#include <linux/err.h>
#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/module.h>