[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120621103551.1f3b7ad9.akpm@linux-foundation.org>
Date: Thu, 21 Jun 2012 10:35:51 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: "Kim, Milo" <Milo.Kim@...com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
<linux-next@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Stephen Warren <swarren@...dotorg.org>,
"Girdwood, Liam" <lrg@...com>, axel.lin@...il.com,
Alberto Panizzo <alberto@...rulasolutions.com>,
Jingoo Han <jg1.han@...sung.com>,
Richard Purdie <rpurdie@...ys.net>,
Grant Likely <grant.likely@...retlab.ca>
Subject: Re: linux-next: build failure after merge of the regulator tree
On Thu, 21 Jun 2012 21:04:12 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> This export is needed for a patch in the regulator tree, so can we have
> that patch sent to Linus ASAP, please?
Shall do.
From: Andrew Morton <akpm@...ux-foundation.org>
Subject: drivers/gpio/devres.c: export devm_gpio_request_one() to modules
Several drivers in linux-next and possibly mainline are failing due to
this missing export.
Cc: Alberto Panizzo <alberto@...rulasolutions.com>
Cc: Jingoo Han <jg1.han@...sung.com>
Cc: Richard Purdie <rpurdie@...ys.net>
Cc: Grant Likely <grant.likely@...retlab.ca>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/gpio/devres.c | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/gpio/devres.c~drivers-gpio-devresc-export-devm_gpio_request_one-to-modules drivers/gpio/devres.c
--- a/drivers/gpio/devres.c~drivers-gpio-devresc-export-devm_gpio_request_one-to-modules
+++ a/drivers/gpio/devres.c
@@ -98,6 +98,7 @@ int devm_gpio_request_one(struct device
return 0;
}
+EXPORT_SYMBOL(devm_gpio_request_one);
/**
* devm_gpio_free - free an interrupt
_
--
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