Skip to content

Commit

Permalink
Staging: hv: rename ChannelInterface.c and .h to channel_interface.c …
Browse files Browse the repository at this point in the history
…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: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent ff39524 commit 5496c9c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
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_blkvsc-objs := blkvsc_drv.o blkvsc.o
hv_netvsc-objs := netvsc_drv.o netvsc.o rndis_filter.o
2 changes: 1 addition & 1 deletion drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "VmbusApi.h"
#include "channel.h"
#include "channel_mgmt.h"
#include "ChannelInterface.h"
#include "channel_interface.h"
#include "ring_buffer.h"
#include <linux/list.h>

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5496c9c

Please sign in to comment.