]> err.no Git - linux-2.6/blobdiff - drivers/scsi/scsi_lib.c
[PATCH] make various thing static
[linux-2.6] / drivers / scsi / scsi_lib.c
index 9f996499fa9d2b44dbdf9431040a47bce15855c5..621dee8b8cb29f40a2e8a53c9e608b4fbe09bea5 100644 (file)
@@ -44,7 +44,7 @@ struct scsi_host_sg_pool {
 #endif
 
 #define SP(x) { x, "sgpool-" #x } 
-struct scsi_host_sg_pool scsi_sg_pools[] = { 
+static struct scsi_host_sg_pool scsi_sg_pools[] = {
        SP(8),
        SP(16),
        SP(32),