From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [PATCH 3/4] power: Add support for DA9150 Fuel-Gauge Date: Fri, 19 Jun 2015 18:51:56 +0200 Message-ID: <1434732716.2385.166.camel@x220> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-pm-owner@vger.kernel.org To: Adam Thomson Cc: Lee Jones , Samuel Ortiz , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Support Opensource List-Id: devicetree@vger.kernel.org On Thu, 2015-06-18 at 17:06 +0100, Adam Thomson wrote: > --- /dev/null > +++ b/drivers/power/da9150-fg.c > +/* Register external function to give battery temperature */ > +void da9150_fg_register_temp_cb(struct power_supply *psy, da9150_read_temp_t cb, > + void *cb_context) > +{ > + struct da9150_fg *fg = dev_get_drvdata(psy->dev.parent); > + > + fg->read_bat_temp = cb; > + fg->bat_temp_context = cb_context; > +} > +EXPORT_SYMBOL_GPL(da9150_fg_register_temp_cb); This series doesn't add a user of this export. Actually, it doesn't even add a local caller of this function. Is a patch that adds a user of this function queued somewhere? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in