summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>2010-10-18 22:38:08 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-09 13:33:25 -0800
commit1ee6a5d9dde463faceb12f92c945e6140f544c4b (patch)
tree2430fd232cc0643572ccd51113c79bdf3f082b1b /drivers
parent03aff981d067ceb1358ba53df7a787d12fef579a (diff)
downloadlinux-3.10-1ee6a5d9dde463faceb12f92c945e6140f544c4b.tar.gz
linux-3.10-1ee6a5d9dde463faceb12f92c945e6140f544c4b.tar.bz2
linux-3.10-1ee6a5d9dde463faceb12f92c945e6140f544c4b.zip
ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module.
commit b9f515e3e3861abbaa093359f7c6f31283695228 upstream. 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. ARM: pcmcia: Fix for building DEBUG with sa11xx_base.c as a module. 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> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pcmcia/soc_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c
index 6f1a86b43c6..fd4c25ac18e 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