Staging: hv: rename NetVsc.c and .h to netvsc.c and .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:
parent
98109c5a96
commit
af167ae9b2
4 changed files with 3 additions and 3 deletions
|
@ -9,4 +9,4 @@ hv_vmbus-objs := vmbus_drv.o osd.o \
|
|||
ChannelMgmt.o ChannelInterface.o ring_buffer.o
|
||||
hv_storvsc-objs := storvsc_drv.o StorVsc.o
|
||||
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o
|
||||
hv_netvsc-objs := netvsc_drv.o NetVsc.o RndisFilter.o
|
||||
hv_netvsc-objs := netvsc_drv.o netvsc.o RndisFilter.o
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define __struct_bcount(x)
|
||||
|
||||
#include "NetVsc.h"
|
||||
#include "netvsc.h"
|
||||
|
||||
#include "rndis.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <linux/slab.h>
|
||||
#include "osd.h"
|
||||
#include "logging.h"
|
||||
#include "NetVsc.h"
|
||||
#include "netvsc.h"
|
||||
#include "RndisFilter.h"
|
||||
|
||||
|
Loading…
Reference in a new issue