From 28eb902eb009138c6f4b97d4a721a3707b4f7f9a Mon Sep 17 00:00:00 2001 From: Vikram Pandita Date: Thu, 21 Aug 2008 21:19:53 +0530 Subject: [PATCH] Fix TWL4030 BCI compilation break Fix following compilation error when enabling CONFIG_TWL4030_BCI_BATTERY drivers/power/twl4030_bci_battery.c: In function 'twl4030_bci_battery_probe': drivers/power/twl4030_bci_battery.c:911: error: dereferencing pointer to incomplete type Signed-off-by: Vikram Pandita Signed-off-by: Tony Lindgren --- drivers/power/twl4030_bci_battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/twl4030_bci_battery.c b/drivers/power/twl4030_bci_battery.c index d30a0e426ec..4e66a962555 100644 --- a/drivers/power/twl4030_bci_battery.c +++ b/drivers/power/twl4030_bci_battery.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #define T2_BATTERY_VOLT 0x04 -- 2.41.0