Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / sb1000.c
index 76139478c3df037dcf606131b873afdd41c24f2b..66cf226c4ee32bd58091ba39c3882de16310d1d1 100644 (file)
@@ -59,7 +59,7 @@ static char version[] = "sb1000.c:v1.1.2 6/01/98 (fventuri@mediaone.net)\n";
 #ifdef SB1000_DEBUG
 static int sb1000_debug = SB1000_DEBUG;
 #else
-static int sb1000_debug = 1;
+static const int sb1000_debug = 1;
 #endif
 
 static const int SB1000_IO_EXTENT = 8;
This page took 0.025354 seconds and 5 git commands to generate.