Minor fixes, do not count interrupts without interrupt source as spurious (#1755)
[openwrt/svn-archive/archive.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / memory.c
index d96d66a17f48b6394682ca79174f8d2bb55c637e..947b5b96a838fcb27ed8274392fb0d66bb8cf159 100644 (file)
@@ -38,6 +38,7 @@
 #include <asm-mips/mips-boards/prom.h>
 
 extern char *prom_getenv(char *envname);
+void prom_printf(char *, ...);
 
 #define PFN_ALIGN(x)    (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK)