scsi: sd: Make protection lookup tables static and relocate functions
[linux-2.6-microblaze.git] / drivers / hv / hv_util.c
index 4232050..f10eeb1 100644 (file)
@@ -483,7 +483,7 @@ MODULE_DEVICE_TABLE(vmbus, id_table);
 
 /* The one and only one */
 static  struct hv_driver util_drv = {
-       .name = "hv_util",
+       .name = "hv_utils",
        .id_table = id_table,
        .probe =  util_probe,
        .remove =  util_remove,