All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: add EXPORT_SYMBOL() for devm_gpio_request_one
@ 2012-06-19  7:07 Kim, Milo
  0 siblings, 0 replies; only message in thread
From: Kim, Milo @ 2012-06-19  7:07 UTC (permalink / raw)
  To: grant.likely, linus.walleij; +Cc: Mark Brown, linux-kernel

devm_gpio_request_one() can be used by dynamically loaded modules,
so it should be exported.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
---
 drivers/gpio/devres.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpio/devres.c b/drivers/gpio/devres.c
index 9e9947c..1077754 100644
--- a/drivers/gpio/devres.c
+++ b/drivers/gpio/devres.c
@@ -98,6 +98,7 @@ int devm_gpio_request_one(struct device *dev, unsigned gpio,
 
 	return 0;
 }
+EXPORT_SYMBOL(devm_gpio_request_one);
 
 /**
  *      devm_gpio_free - free an interrupt
-- 
1.7.2.5


Best Regards,
Milo (Woogyom) Kim




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-19  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-19  7:07 [PATCH] gpio: add EXPORT_SYMBOL() for devm_gpio_request_one Kim, Milo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.