mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-30 05:15:03 +00:00
Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.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
043efcc31e
commit
ff39524bc4
@ -6,7 +6,7 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
|
||||
|
||||
hv_vmbus-objs := vmbus_drv.o osd.o \
|
||||
vmbus.o hv.o connection.o channel.o \
|
||||
ChannelMgmt.o ChannelInterface.o ring_buffer.o
|
||||
channel_mgmt.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 rndis_filter.o
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "hv.h"
|
||||
#include "VmbusApi.h"
|
||||
#include "channel.h"
|
||||
#include "ChannelMgmt.h"
|
||||
#include "channel_mgmt.h"
|
||||
#include "ChannelInterface.h"
|
||||
#include "ring_buffer.h"
|
||||
#include <linux/list.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef _CHANNEL_H_
|
||||
#define _CHANNEL_H_
|
||||
|
||||
#include "ChannelMgmt.h"
|
||||
#include "channel_mgmt.h"
|
||||
|
||||
/* The format must be the same as struct vmdata_gpa_direct */
|
||||
struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER {
|
||||
|
Loading…
Reference in New Issue
Block a user