public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Driver core: export platform_device_register_data as a GPL symbol
@ 2009-12-21 16:41 Mike Frysinger
  2009-12-21 16:46 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2009-12-21 16:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Andrew Morton, linux-kernel, Michael Hennerich

From: Michael Hennerich <michael.hennerich@analog.com>

This allows MFD's to register/bind drivers for their sub devices while
still being compiled as a module.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/base/platform.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index 9d2ee25..58efaf2 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -441,6 +441,7 @@ error:
 	platform_device_put(pdev);
 	return ERR_PTR(retval);
 }
+EXPORT_SYMBOL_GPL(platform_device_register_data);
 
 static int platform_drv_probe(struct device *_dev)
 {
-- 
1.6.5.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-21 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 16:41 [PATCH] Driver core: export platform_device_register_data as a GPL symbol Mike Frysinger
2009-12-21 16:46 ` Greg KH
2009-12-21 17:05   ` Mike Frysinger
2009-12-21 17:14     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox