Skip to content

Commit

Permalink
Staging: hv: rename StorVscApi.h to storvsc_api.h
Browse files Browse the repository at this point in the history
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent a82c7a2 commit bb96979
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "logging.h"
#include "VersionInfo.h"
#include "vmbus.h"
#include "StorVscApi.h"
#include "storvsc_api.h"


#define BLKVSC_MINORS 64
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "logging.h"
#include "VersionInfo.h"
#include "vmbus.h"
#include "StorVscApi.h"
#include "storvsc_api.h"


struct host_device_context {
Expand Down

0 comments on commit bb96979

Please sign in to comment.