Commit b9f515e3e3861abbaa093359f7c6f31283695228

Authored by Marcelo Roberto Jimenez
Committed by Russell King
1 parent 55afd264cd

ARM: 6456/1: 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.
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.

Cc: <stable@kernel.org>
Signed-off-by: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/pcmcia/soc_common.c
... ... @@ -70,6 +70,7 @@
70 70 va_end(args);
71 71 }
72 72 }
  73 +EXPORT_SYMBOL(soc_pcmcia_debug);
73 74  
74 75 #endif
75 76