Skip to content

Commit

Permalink
Staging: hv: rename VmbusChannelInterface.h to vmbus_channel_interface.h
Browse files Browse the repository at this point in the history
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 72daf32 commit 0e0ab5f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/channel_mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/list.h>
#include <linux/timer.h>
#include "ring_buffer.h"
#include "VmbusChannelInterface.h"
#include "vmbus_channel_interface.h"
#include "VmbusPacketFormat.h"

/* Version 1 messages */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/hv_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "osd.h"
#include "vmbus.h"
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "vmbus_channel_interface.h"
#include "VersionInfo.h"
#include "channel.h"
#include "vmbus_private.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/netvsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <linux/list.h>
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "vmbus_channel_interface.h"
#include "netvsc_api.h"


Expand Down
File renamed without changes.

0 comments on commit 0e0ab5f

Please sign in to comment.