|
@@ -73,8 +73,8 @@ static char *mode __devinitdata = NULL;
|
|
* these flags allow the user to specify that requests for +ve sync
|
|
* these flags allow the user to specify that requests for +ve sync
|
|
* should be silently turned in -ve sync.
|
|
* should be silently turned in -ve sync.
|
|
*/
|
|
*/
|
|
-static int lowhsync __devinitdata = 0;
|
|
|
|
-static int lowvsync __devinitdata = 0;
|
|
|
|
|
|
+static int lowhsync;
|
|
|
|
+static int lowvsync;
|
|
|
|
|
|
/*
|
|
/*
|
|
* The hardware state of the graphics card that isn't part of the
|
|
* The hardware state of the graphics card that isn't part of the
|