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>
This commit is contained in:
Greg Kroah-Hartman 2010-05-05 22:40:43 -07:00
parent a82c7a2ad6
commit bb96979310
4 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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"

View file

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