Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[sfrench/cifs-2.6.git] / arch / sparc / prom / printf.c
index 27fdac99f7904e33a260dbc4f054339f0cecbcef..a36ab9c5ee08758f0dbf6c667e039e6a1d403ee4 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 
 #include <asm/openprom.h>
 #include <asm/oplib.h>
@@ -44,3 +45,4 @@ prom_printf(char *fmt, ...)
 
        prom_write(ppbuf, i);
 }
+EXPORT_SYMBOL(prom_printf);