[PATCH] Fix TWL4030 BCI compilation break

2008-08-21 Thread Pandita, Vikram
From: Vikram Pandita <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
---
 drivers/power/twl4030_bci_battery.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: base-tony/drivers/power/twl4030_bci_battery.c
===
--- base-tony.orig/drivers/power/twl4030_bci_battery.c  2008-08-21 
15:06:47.0 +0530
+++ base-tony/drivers/power/twl4030_bci_battery.c   2008-08-21 
20:37:18.0 +0530
@@ -23,7 +23,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 
 #define T2_BATTERY_VOLT0x04
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Fix TWL4030 BCI compilation break

2008-09-05 Thread Tony Lindgren
* Pandita, Vikram <[EMAIL PROTECTED]> [080821 08:53]:
> From: Vikram Pandita <[EMAIL PROTECTED]>
> 
> 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

Pushing today.

Tony

> 
> Signed-off-by: Vikram Pandita <[EMAIL PROTECTED]>
> ---
>  drivers/power/twl4030_bci_battery.c |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: base-tony/drivers/power/twl4030_bci_battery.c
> ===
> --- base-tony.orig/drivers/power/twl4030_bci_battery.c2008-08-21 
> 15:06:47.0 +0530
> +++ base-tony/drivers/power/twl4030_bci_battery.c 2008-08-21 
> 20:37:18.0 +0530
> @@ -23,7 +23,7 @@
>  #include 
>  #include 
>  #include 
> -#include 
> +#include 
>  #include 
>  
>  #define T2_BATTERY_VOLT  0x04
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html