From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] Fix TWL4030 BCI compilation break Date: Fri, 5 Sep 2008 11:21:25 -0700 Message-ID: <20080905182124.GR24202@atomide.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:60408 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbYIESV1 (ORCPT ); Fri, 5 Sep 2008 14:21:27 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Pandita, Vikram" Cc: "linux-omap@vger.kernel.org" , "Chikkature Rajashekar, Madhusudhan" * Pandita, Vikram [080821 08:53]: > From: Vikram Pandita > > 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 > --- > 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.000000000 +0530 > +++ base-tony/drivers/power/twl4030_bci_battery.c 2008-08-21 20:37:18.000000000 +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 majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html