patch-2.4.27 linux-2.4.27/arch/sparc64/kernel/sparc64_ksyms.c

Next file: linux-2.4.27/arch/sparc64/kernel/sys_sparc32.c
Previous file: linux-2.4.27/arch/sparc64/kernel/signal32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/arch/sparc64/kernel/sparc64_ksyms.c linux-2.4.27/arch/sparc64/kernel/sparc64_ksyms.c
@@ -89,6 +89,7 @@
 extern int register_ioctl32_conversion(unsigned int cmd, int (*handler)(unsigned int, unsigned int, unsigned long, struct file *));
 extern int unregister_ioctl32_conversion(unsigned int cmd);
 extern int io_remap_page_range(unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot, int space);
+extern void (*prom_palette)(int);
                 
 extern int __ashrdi3(int, int);
 
@@ -371,3 +372,5 @@
 #endif
 
 EXPORT_SYMBOL(tick_ops);
+
+EXPORT_SYMBOL(prom_palette);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)