public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Pandita, Vikram" <vikram.pandita@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Chikkature Rajashekar, Madhusudhan" <madhu.cr@ti.com>
Subject: Re: [PATCH] Fix TWL4030 BCI compilation break
Date: Fri, 5 Sep 2008 11:21:25 -0700	[thread overview]
Message-ID: <20080905182124.GR24202@atomide.com> (raw)
In-Reply-To: <FCCFB4CDC6E5564B9182F639FC3560870229E813AB@dbde02.ent.ti.com>

* Pandita, Vikram <vikram.pandita@ti.com> [080821 08:53]:
> From: Vikram Pandita <vikram.pandita@ti.com>
> 
> 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 <vikram.pandita@ti.com>
> ---
>  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 <linux/platform_device.h>
>  #include <linux/i2c/twl4030.h>
>  #include <linux/power_supply.h>
> -#include <asm/arch/bci.h>
> +#include <mach/bci.h>
>  #include <linux/i2c/twl4030-madc.h>
>  
>  #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

      parent reply	other threads:[~2008-09-05 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21 15:49 [PATCH] Fix TWL4030 BCI compilation break Pandita, Vikram
2008-08-21 16:15 ` [PATCH] Enable TWL4030 BCI for LDP platform Pandita, Vikram
2008-09-05 18:22   ` Tony Lindgren
2008-09-05 18:21 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080905182124.GR24202@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=madhu.cr@ti.com \
    --cc=vikram.pandita@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox