[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131201222659.GC6271@lizard>
Date: Sun, 1 Dec 2013 14:26:59 -0800
From: Anton Vorontsov <anton@...msg.org>
To: jonghwa3.lee@...sung.com
Cc: Austin Boyle <boyle.austin@...il.com>, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org,
Myungjoo Ham <myungjoo.ham@...sung.com>
Subject: Re: [PATCH] max17042: Fix build errors caused by missing REGMAP_I2C
config
On Mon, Nov 25, 2013 at 09:40:04AM +0900, jonghwa3.lee@...sung.com wrote:
> > max17042 now uses regmap interface but does not enable config option. This patch fixes the following build errors:
> >
> > drivers/power/max17042_battery.c:661:15: error: variable ‘max17042_regmap_config’ has initializer but incomplete type
> >
> > Signed-off-by: Austin Boyle <boyle.austin@...il.com>
> > ---
> > diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
> > index 5e2054a..85ad58c 100644
> > --- a/drivers/power/Kconfig
> > +++ b/drivers/power/Kconfig
> > @@ -196,6 +196,7 @@ config BATTERY_MAX17040
> > config BATTERY_MAX17042
> > tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
> > depends on I2C
> > + select REGMAP_I2C
> > help
> > MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
> > in handheld and portable equipment. The MAX17042 is configured
>
> Sorry, It's my fault. Thanks.
>
> Acked-by: Jonghwa Lee <jonghwa3.lee@...sung.com>
Applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists