Skip to content

Commit

Permalink
Staging: hv: rename VmbusPacketFormat.h to vmbus_packet_format.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 0e0ab5f commit f8e5add
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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 @@ -29,7 +29,7 @@
#include <linux/timer.h>
#include "ring_buffer.h"
#include "vmbus_channel_interface.h"
#include "VmbusPacketFormat.h"
#include "vmbus_packet_format.h"

/* Version 1 messages */
enum vmbus_channel_message_type {
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 @@ -28,7 +28,7 @@
#include "logging.h"
#include "osd.h"
#include "vmbus.h"
#include "VmbusPacketFormat.h"
#include "vmbus_packet_format.h"
#include "vmbus_channel_interface.h"
#include "VersionInfo.h"
#include "channel.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 @@ -26,7 +26,7 @@
#define _NETVSC_H_

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

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "osd.h"
#include "logging.h"
#include "storvsc_api.h"
#include "VmbusPacketFormat.h"
#include "vmbus_packet_format.h"
#include "vstorage.h"


Expand Down
File renamed without changes.

0 comments on commit f8e5add

Please sign in to comment.