Browse Source

Staging: hv: rename StorVscApi.h to storvsc_api.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 15 years ago
parent
commit
bb96979310

+ 1 - 1
drivers/staging/hv/blkvsc_drv.c

@@ -34,7 +34,7 @@
 #include "logging.h"
 #include "VersionInfo.h"
 #include "vmbus.h"
-#include "StorVscApi.h"
+#include "storvsc_api.h"
 
 
 #define BLKVSC_MINORS	64

+ 1 - 1
drivers/staging/hv/storvsc.c

@@ -25,7 +25,7 @@
 #include <linux/delay.h>
 #include "osd.h"
 #include "logging.h"
-#include "StorVscApi.h"
+#include "storvsc_api.h"
 #include "VmbusPacketFormat.h"
 #include "vstorage.h"
 

+ 0 - 0
drivers/staging/hv/StorVscApi.h → drivers/staging/hv/storvsc_api.h


+ 1 - 1
drivers/staging/hv/storvsc_drv.c

@@ -35,7 +35,7 @@
 #include "logging.h"
 #include "VersionInfo.h"
 #include "vmbus.h"
-#include "StorVscApi.h"
+#include "storvsc_api.h"
 
 
 struct host_device_context {