Commit 5496c9c3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: rename ChannelInterface.c and .h to channel_interface.c and .h

All of the uppercase .c files are now gone.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ff39524b
...@@ -6,7 +6,7 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o ...@@ -6,7 +6,7 @@ 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 \
channel_mgmt.o ChannelInterface.o ring_buffer.o channel_mgmt.o channel_interface.o ring_buffer.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
hv_netvsc-objs := netvsc_drv.o netvsc.o rndis_filter.o hv_netvsc-objs := netvsc_drv.o netvsc.o rndis_filter.o
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "VmbusApi.h" #include "VmbusApi.h"
#include "channel.h" #include "channel.h"
#include "channel_mgmt.h" #include "channel_mgmt.h"
#include "ChannelInterface.h" #include "channel_interface.h"
#include "ring_buffer.h" #include "ring_buffer.h"
#include <linux/list.h> #include <linux/list.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