Staging: hv: rename NetVscApi.h to netvsc_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:39:15 -07:00
parent 5496c9c31d
commit a82c7a2ad6
4 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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 */

View file

@ -26,7 +26,7 @@
#include "osd.h"
#include "logging.h"
#include "NetVscApi.h"
#include "netvsc_api.h"
#include "rndis_filter.h"
/* Data types */