mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
Staging: hv: rename RndisFilter.c and .h to rndis_filter.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
a73fd9802e
commit
043efcc31e
@ -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 rndis_filter.o
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "osd.h"
|
||||
#include "logging.h"
|
||||
#include "netvsc.h"
|
||||
#include "RndisFilter.h"
|
||||
#include "rndis_filter.h"
|
||||
|
||||
|
||||
/* Globals */
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "osd.h"
|
||||
#include "logging.h"
|
||||
#include "NetVscApi.h"
|
||||
#include "RndisFilter.h"
|
||||
#include "rndis_filter.h"
|
||||
|
||||
/* Data types */
|
||||
struct rndis_filter_driver_object {
|
Loading…
Reference in New Issue
Block a user