[PATCH] Fixup armksyms to work with _printk

Deepak Saxena <[email protected]>
Newsgroups gmane.linux.kernel.tracing
Organization Plexity Networks
Message-ID <[email protected]>
Signed-off-by: Deepak Saxena <[email protected]>

diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c
index c49b5d4..e6ee2d8 100644
--- a/arch/arm/kernel/armksyms.c
+++ b/arch/arm/kernel/armksyms.c
@@ -65,7 +65,7 @@ #define EXPORT_SYMBOL_ALIAS(sym,orig)		\
  * These symbols will never change their calling convention...
  */
 EXPORT_SYMBOL_ALIAS(kern_fp_enter,fp_enter);
-EXPORT_SYMBOL_ALIAS(fp_printk,printk);
+EXPORT_SYMBOL_ALIAS(fp_printk,_printk);
 EXPORT_SYMBOL_ALIAS(fp_send_sig,send_sig);
 
 EXPORT_SYMBOL(__backtrace);

-- 
Deepak Saxena - [email protected] - http://www.plexity.net

"An open heart has no possessions, only experiences" - Matt Bibbeau
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.