diff vidix/drivers/savage_vid.c @ 19066:26a30496ec96

marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
author reynaldo
date Thu, 13 Jul 2006 20:59:18 +0000
parents f580a7755ac5
children 59d10ceb72c8
line wrap: on
line diff
--- a/vidix/drivers/savage_vid.c	Thu Jul 13 20:23:34 2006 +0000
+++ b/vidix/drivers/savage_vid.c	Thu Jul 13 20:59:18 2006 +0000
@@ -323,7 +323,7 @@
 	{ PCI_CHIP_PROSAVAGE_DDRK	, 			S3_PROSAVAGE },
 };
 
-void SavageSetColorOld(void)
+static void SavageSetColorOld(void)
 {
 
 
@@ -360,7 +360,7 @@
   }
 }
 
-void SavageSetColorKeyOld(void)
+static void SavageSetColorKeyOld(void)
 {
     int red, green, blue;
 
@@ -528,7 +528,7 @@
 
 }
 
-void SavageInitStreamsOld(void)
+static void SavageInitStreamsOld(void)
 {
     /*unsigned long jDelta;*/
     unsigned long format = 0;
@@ -726,7 +726,7 @@
 }
 
 
-void SavageStreamsOff(void)
+static void SavageStreamsOff(void)
 {
     unsigned char jStreamsControl;
     unsigned short vgaCRIndex = 0x3d0 + 4;