[2.5 patch] move an unused variable in sis_main.c

From: maximilian attems (maks@sternwelten.at)
Date: Thu Jul 03 2003 - 05:47:00 EST


The patch below moves an used variable from drivers/video/sis/sis_main.c

i've tested the compilation with 2.5.74

please apply
maks

--- linux-2.5.74/drivers/video/sis/sis_main.c Wed Jul 2 22:50:59 2003
+++ linux/drivers/video/sis/sis_main.c Thu Jul 3 12:06:58 2003
@@ -619,11 +619,11 @@
         double drate = 0, hrate = 0;
         int found_mode = 0;
         int old_mode;
- unsigned char reg;
 
         TWDEBUG("Inside do_set_var");
         
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
+ unsigned char reg;
         inSISIDXREG(SISCR,0x34,reg);
         if(reg & 0x80) {
            printk(KERN_INFO "sisfb: Cannot change display mode, X server is active\n");

---
When your medical records are indexed in Google, something's wrong!
aaron kaplan


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



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:18 EST