Greetings,
A trivial little patch, I have been using for the Alpha Architecture since Linux
2.4.0.
Best Regards,
--George
---------- Forwarded Message ----------
Subject: sis patch
Date: Fri, 24 Jan 2003 18:41:30 -0500
From: "France, George (LKG)" <[email protected]>
To: <[email protected]>
--- linux/drivers/video/sis/sis_main.c-orig Fri Jan 24 17:57:30 2003
+++ linux/drivers/video/sis/sis_main.c Fri Jan 24 17:57:52 2003
@@ -41,7 +41,9 @@
#include <linux/sisfb.h>
#include <asm/io.h>
+#ifdef CONFIG_MTRR
#include <asm/mtrr.h>
+#endif
#include <video/fbcon.h>
#include <video/fbcon-cfb8.h>
-------------------------------------------------------