Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197336
b: refs/heads/master
c: f8e5add
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent bebc4e0 commit 24483b3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e0ab5f5af2cea05a3f7526fb05585f5cbe8a106
refs/heads/master: f8e5add2284b6373b3ba994c716a4792483e69eb
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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

0 comments on commit 24483b3

Please sign in to comment.