Commit 4df90be5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: rename Channel.c and .h to channel.c and .h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7e8ad49f
...@@ -5,7 +5,7 @@ obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o ...@@ -5,7 +5,7 @@ obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
hv_vmbus-objs := vmbus_drv.o osd.o \ hv_vmbus-objs := vmbus_drv.o osd.o \
Vmbus.o hv.o Connection.o Channel.o \ Vmbus.o hv.o Connection.o channel.o \
ChannelMgmt.o ChannelInterface.o RingBuffer.o ChannelMgmt.o ChannelInterface.o RingBuffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "hv.h" #include "hv.h"
#include "VmbusApi.h" #include "VmbusApi.h"
#include "Channel.h" #include "channel.h"
#include "ChannelMgmt.h" #include "ChannelMgmt.h"
#include "ChannelInterface.h" #include "ChannelInterface.h"
#include "RingBuffer.h" #include "RingBuffer.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "VmbusPacketFormat.h" #include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h" #include "VmbusChannelInterface.h"
#include "VersionInfo.h" #include "VersionInfo.h"
#include "Channel.h" #include "channel.h"
#include "VmbusPrivate.h" #include "VmbusPrivate.h"
#include "VmbusApi.h" #include "VmbusApi.h"
#include "utils.h" #include "utils.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment