linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mxs: Export missing symbols from mxs-dma.c
@ 2012-07-06  9:02 Attila Kinali
  2012-07-06 10:52 ` Dong Aisheng
  0 siblings, 1 reply; 12+ messages in thread
From: Attila Kinali @ 2012-07-06  9:02 UTC (permalink / raw)
  To: linux-arm-kernel

mxs-dma.c provides two functions mxs_dma_is_apbh and mxs_dma_is_apbx
which are used at least in mxs-mmc.c. Building mxs-mmc as module
fails due to those two symbols not being exported.

Signed-off-by: Attila Kinali <attila@kinali.ch>
---
 drivers/dma/mxs-dma.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
index c96ab15..4ea1909 100644
--- a/drivers/dma/mxs-dma.c
+++ b/drivers/dma/mxs-dma.c
@@ -779,3 +779,6 @@ static int __init mxs_dma_module_init(void)
 	return platform_driver_probe(&mxs_dma_driver, mxs_dma_probe);
 }
 subsys_initcall(mxs_dma_module_init);
+
+EXPORT_SYMBOL(mxs_dma_is_apbh);
+EXPORT_SYMBOL(mxs_dma_is_apbx);
-- 
1.7.10

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

end of thread, other threads:[~2012-07-16  9:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06  9:02 [PATCH] ARM: mxs: Export missing symbols from mxs-dma.c Attila Kinali
2012-07-06 10:52 ` Dong Aisheng
2012-07-06 11:09   ` [PATCH] ARM: dma: mxs-dma: " Attila Kinali
2012-07-06 11:10     ` Dong Aisheng
2012-07-06 11:19       ` Attila Kinali
2012-07-06 11:22       ` Attila Kinali
2012-07-06 11:17         ` Dong Aisheng
2012-07-06 12:21         ` Shawn Guo
2012-07-06 12:53           ` [PATCH] " Attila Kinali
2012-07-06 13:45             ` Shawn Guo
2012-07-16  6:30             ` Vinod Koul
2012-07-16  9:19               ` Attila Kinali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).