Re: [U-Boot] [PATCH] omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER

2009-11-30 Thread Hiremath, Vaibhav
> -Original Message- > From: Tom [mailto:tom@windriver.com] > Sent: Friday, November 27, 2009 7:34 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] omap3_mmc: Encapsulate twl4030 under > option CONFIG_TWL4030_POWER >

Re: [U-Boot] [PATCH] omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER

2009-11-27 Thread Tom
hvaib...@ti.com wrote: > From: Vaibhav Hiremath > > Fixes the build/compilation error if we try to re-use the omap3_mmc code > without TWL4030_POWER. > > Signed-off-by: Vaibhav Hiremath This is fine. I have pushed this to arm/next. Thanks Tom ___ U-

[U-Boot] [PATCH] omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER

2009-11-23 Thread hvaibhav
From: Vaibhav Hiremath Fixes the build/compilation error if we try to re-use the omap3_mmc code without TWL4030_POWER. Signed-off-by: Vaibhav Hiremath --- drivers/mmc/omap3_mmc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/omap3_mmc.c b/drivers/mmc/oma