linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: pcmcia: Fix for building DEBUG with sa11xx_base.c as a module.
@ 2010-03-24 23:04 Marcelo Roberto Jimenez
  2010-03-24 23:04 ` [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c Marcelo Roberto Jimenez
  0 siblings, 1 reply; 15+ messages in thread
From: Marcelo Roberto Jimenez @ 2010-03-24 23:04 UTC (permalink / raw)
  To: Dominik Brodowski, Russell King, Marcelo Roberto Jimenez, Wolfram Sang
  Cc: linux-arm-kernel, linux-kernel, linux-pcmcia, Marcelo Roberto Jimenez

This patch fixes a compilation issue when compiling PCMCIA SA1100
support as a module with PCMCIA_DEBUG enabled. The symbol
soc_pcmcia_debug was not beeing exported.

Signed-off-by: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>
---
 drivers/pcmcia/soc_common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c
index 6f1a86b..fd4c25a 100644
--- a/drivers/pcmcia/soc_common.c
+++ b/drivers/pcmcia/soc_common.c
@@ -65,6 +65,7 @@ void soc_pcmcia_debug(struct soc_pcmcia_socket *skt, const char *func,
 		va_end(args);
 	}
 }
+EXPORT_SYMBOL(soc_pcmcia_debug);
 
 #endif
 
-- 
1.7.0.3


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

end of thread, other threads:[~2010-03-28  9:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 23:04 [PATCH 1/2] ARM: pcmcia: Fix for building DEBUG with sa11xx_base.c as a module Marcelo Roberto Jimenez
2010-03-24 23:04 ` [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c Marcelo Roberto Jimenez
2010-03-24 23:07   ` Russell King - ARM Linux
2010-03-24 23:20     ` Marcelo Jimenez
2010-03-26 15:56       ` Valdis.Kletnieks
2010-03-25 10:19     ` Sergei Shtylyov
2010-03-25 18:26       ` Valdis.Kletnieks
2010-03-26 18:18       ` Russell King - ARM Linux
2010-03-26 21:57         ` Marcelo Jimenez
2010-03-26 23:06           ` Russell King - ARM Linux
2010-03-24 23:45   ` Marcelo Roberto Jimenez
2010-03-25 17:04     ` Dominik Brodowski
2010-03-25 17:47       ` Marcelo Jimenez
2010-03-28  9:44       ` Russell King - ARM Linux
2010-03-28  9:46         ` Dominik Brodowski

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).