Skip to content

Commit

Permalink
Staging: hv: rename VmbusPrivate.h to vmbus_private.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 447fc67 commit 72daf32
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <linux/module.h>
#include "osd.h"
#include "logging.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"

/* Internal routines */
static int VmbusChannelCreateGpadlHeader(
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/channel_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <linux/kernel.h>
#include <linux/mm.h>
#include "osd.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"

static int IVmbusChannelOpen(struct hv_device *device, u32 SendBufferSize,
u32 RecvRingBufferSize, void *UserData,
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/channel_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/module.h>
#include "osd.h"
#include "logging.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"
#include "utils.h"

struct vmbus_channel_message_table_entry {
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/vmalloc.h>
#include "osd.h"
#include "logging.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"


struct VMBUS_CONNECTION gVmbusConnection = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/vmalloc.h>
#include "osd.h"
#include "logging.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"

/* The one and only */
struct hv_context gHvContext = {
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 @@ -32,7 +32,7 @@
#include "VmbusChannelInterface.h"
#include "VersionInfo.h"
#include "channel.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"
#include "vmbus_api.h"
#include "utils.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/vmbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "osd.h"
#include "logging.h"
#include "VersionInfo.h"
#include "VmbusPrivate.h"
#include "vmbus_private.h"

static const char *gDriverName = "vmbus";

Expand Down
File renamed without changes.

0 comments on commit 72daf32

Please sign in to comment.