linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / video / sgivwfb.c
index ebb6756..2e6df1f 100644 (file)
@@ -9,6 +9,7 @@
  *  more details.
  */
 
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
@@ -22,8 +23,6 @@
 #include <asm/io.h>
 #include <asm/mtrr.h>
 
-#include <setup_arch.h>
-
 #define INCLUDE_TIMING_TABLE_DATA
 #define DBE_REG_BASE par->regs
 #include <video/sgivw.h>
@@ -43,6 +42,10 @@ struct sgivw_par {
  *  The default can be overridden if the driver is compiled as a module
  */
 
+/* set by arch/i386/kernel/setup.c */
+extern unsigned long sgivwfb_mem_phys;
+extern unsigned long sgivwfb_mem_size;
+
 static int ypan = 0;
 static int ywrap = 0;