Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759198Ab0BYKgk (ORCPT ); Thu, 25 Feb 2010 05:36:40 -0500 Received: from mail-fx0-f219.google.com ([209.85.220.219]:56994 "EHLO mail-fx0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759152Ab0BYKgh (ORCPT ); Thu, 25 Feb 2010 05:36:37 -0500 Subject: Re: [PATCH 04/14] Regulators: twl-regulator - mark probe function as __devinit From: Liam Girdwood To: Dmitry Torokhov Cc: Mark Brown , linux-kernel@vger.kernel.org In-Reply-To: <20100224073801.15964.32639.stgit@localhost.localdomain> References: <20100224073342.15964.8863.stgit@localhost.localdomain> <20100224073801.15964.32639.stgit@localhost.localdomain> Content-Type: text/plain; charset="UTF-8" Date: Thu, 25 Feb 2010 10:36:33 +0000 Message-ID: <1267094193.4037.122.camel@odin> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1097 Lines: 38 On Tue, 2010-02-23 at 23:38 -0800, Dmitry Torokhov wrote: > Signed-off-by: Dmitry Torokhov > --- > > drivers/regulator/twl-regulator.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c > index 5f394bb..9729d76 100644 > --- a/drivers/regulator/twl-regulator.c > +++ b/drivers/regulator/twl-regulator.c > @@ -531,7 +531,7 @@ static struct twlreg_info twl_regs[] = { > TWL6030_FIXED_LDO(VUSB, 0x70, 3300, 18, 0, 0x21) > }; > > -static int twlreg_probe(struct platform_device *pdev) > +static int __devinit twlreg_probe(struct platform_device *pdev) > { > int i; > struct twlreg_info *info; > Applied. Thanks Liam -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer. http://www.slimlogic.co.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/