summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-05 22:22:35 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:16 -0700
commit8f078ca6e7e1a5457aef5196e7154aa468094120 (patch)
tree971d726391d3b96492ee531bd532bf30283e570d /drivers/staging/hv/Makefile
parent55e9643e6c486b589279576877838ffd8ed04a68 (diff)
downloadop-kernel-dev-8f078ca6e7e1a5457aef5196e7154aa468094120.zip
op-kernel-dev-8f078ca6e7e1a5457aef5196e7154aa468094120.tar.gz
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>
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r--drivers/staging/hv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 9195509..faa8db1 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -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
OpenPOWER on IntegriCloud