[PATCH] Exporting symbols for framebuffer on Alpha

From: Jan-Benedict Glaw (jbglaw@lug-owl.de)
Date: Tue May 09 2000 - 17:52:45 EST


Hi!

To be able to load fbcon-cfb*.o (which all the fb stuff depends on) some
more symbold need to be exported for the Linux/Alpha port. This patch
fixes these missing symbols...

MfG, JBG

--- linux/arch/alpha/kernel/alpha_ksyms.c.orig Mon May 8 23:53:07 2000
+++ linux/arch/alpha/kernel/alpha_ksyms.c Mon May 8 23:56:46 2000
@@ -97,6 +97,14 @@
 EXPORT_SYMBOL(__memcpy);
 EXPORT_SYMBOL(__memset);
 EXPORT_SYMBOL(__memsetw);
+EXPORT_SYMBOL(___raw_readb);
+EXPORT_SYMBOL(___raw_readw);
+EXPORT_SYMBOL(___raw_readl);
+EXPORT_SYMBOL(___raw_readq);
+EXPORT_SYMBOL(___raw_writeb);
+EXPORT_SYMBOL(___raw_writew);
+EXPORT_SYMBOL(___raw_writel);
+EXPORT_SYMBOL(___raw_writeq);
 EXPORT_SYMBOL(__constant_c_memset);
 
 EXPORT_SYMBOL(__direct_map_base);

-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
	...und aus aktuellem Anlaß:	ILOVEYOU, Linux!


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:14 EST