diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-05 22:34:18 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:36:17 -0700 |
commit | ff39524bc463e63003d824d4106eda83762d648b (patch) | |
tree | 4f84e04497502bbddf2cb2e80b5f1fc6fe62efc3 /drivers/staging/hv | |
parent | 043efcc31e78f4e61b2b8bc321bc9a3c498bf4d1 (diff) | |
download | blackbird-op-linux-ff39524bc463e63003d824d4106eda83762d648b.tar.gz blackbird-op-linux-ff39524bc463e63003d824d4106eda83762d648b.zip |
Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.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')
-rw-r--r-- | drivers/staging/hv/Makefile | 2 | ||||
-rw-r--r-- | drivers/staging/hv/VmbusPrivate.h | 2 | ||||
-rw-r--r-- | drivers/staging/hv/channel.h | 2 | ||||
-rw-r--r-- | drivers/staging/hv/channel_mgmt.c (renamed from drivers/staging/hv/ChannelMgmt.c) | 0 | ||||
-rw-r--r-- | drivers/staging/hv/channel_mgmt.h (renamed from drivers/staging/hv/ChannelMgmt.h) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile index 685a3200e04e..2f9ecd2a85f1 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 ring_buffer.o + channel_mgmt.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 rndis_filter.o diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h index d73baff99a7e..6e82183e9d50 100644 --- a/drivers/staging/hv/VmbusPrivate.h +++ b/drivers/staging/hv/VmbusPrivate.h @@ -28,7 +28,7 @@ #include "hv.h" #include "VmbusApi.h" #include "channel.h" -#include "ChannelMgmt.h" +#include "channel_mgmt.h" #include "ChannelInterface.h" #include "ring_buffer.h" #include <linux/list.h> diff --git a/drivers/staging/hv/channel.h b/drivers/staging/hv/channel.h index 6b283edcae68..acb2c556369b 100644 --- a/drivers/staging/hv/channel.h +++ b/drivers/staging/hv/channel.h @@ -25,7 +25,7 @@ #ifndef _CHANNEL_H_ #define _CHANNEL_H_ -#include "ChannelMgmt.h" +#include "channel_mgmt.h" /* The format must be the same as struct vmdata_gpa_direct */ struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER { diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/channel_mgmt.c index 369823013889..369823013889 100644 --- a/drivers/staging/hv/ChannelMgmt.c +++ b/drivers/staging/hv/channel_mgmt.c diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/channel_mgmt.h index 9219199d0e5a..9219199d0e5a 100644 --- a/drivers/staging/hv/ChannelMgmt.h +++ b/drivers/staging/hv/channel_mgmt.h |