Commit 8f078ca6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: rename RingBuffer.c and .h to ring_buffer.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 55e9643e
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/list.h> #include <linux/list.h>
#include <linux/timer.h> #include <linux/timer.h>
#include "RingBuffer.h" #include "ring_buffer.h"
#include "VmbusChannelInterface.h" #include "VmbusChannelInterface.h"
#include "VmbusPacketFormat.h" #include "VmbusPacketFormat.h"
......
...@@ -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 \
ChannelMgmt.o ChannelInterface.o RingBuffer.o ChannelMgmt.o ChannelInterface.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 RndisFilter.o hv_netvsc-objs := netvsc_drv.o NetVsc.o RndisFilter.o
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "channel.h" #include "channel.h"
#include "ChannelMgmt.h" #include "ChannelMgmt.h"
#include "ChannelInterface.h" #include "ChannelInterface.h"
#include "RingBuffer.h" #include "ring_buffer.h"
#include <linux/list.h> #include <linux/list.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/mm.h> #include <linux/mm.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "RingBuffer.h" #include "ring_buffer.h"
/* #defines */ /* #defines */
......
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