From: Vikram Pandita Date: Thu, 21 Aug 2008 15:49:53 +0000 (+0530) Subject: Fix TWL4030 BCI compilation break X-Git-Tag: v2.6.27-omap1~255 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=28eb902eb009138c6f4b97d4a721a3707b4f7f9a;p=linux-2.6-omap-h63xx.git 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 --- 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