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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2010-05-05 22:22:35 -07:00
parent 55e9643e6c
commit 8f078ca6e7
5 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
#include <linux/list.h>
#include <linux/timer.h>
#include "RingBuffer.h"
#include "ring_buffer.h"
#include "VmbusChannelInterface.h"
#include "VmbusPacketFormat.h"

View File

@ -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 RingBuffer.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

View File

@ -30,7 +30,7 @@
#include "channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
#include "ring_buffer.h"
#include <linux/list.h>

View File

@ -25,7 +25,7 @@
#include <linux/mm.h>
#include "osd.h"
#include "logging.h"
#include "RingBuffer.h"
#include "ring_buffer.h"
/* #defines */