Skip to content

Commit

Permalink
Staging: hv: rename NetVscApi.h to netvsc_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 5496c9c commit a82c7a2
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/netvsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/list.h>
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "NetVscApi.h"
#include "netvsc_api.h"


#define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "logging.h"
#include "VersionInfo.h"
#include "vmbus.h"
#include "NetVscApi.h"
#include "netvsc_api.h"

struct net_device_context {
/* point back to our device context */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "osd.h"
#include "logging.h"
#include "NetVscApi.h"
#include "netvsc_api.h"
#include "rndis_filter.h"

/* Data types */
Expand Down

0 comments on commit a82c7a2

Please sign in to comment.