Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197333
b: refs/heads/master
c: 447fc67
h: refs/heads/master
i:
  197331: 0f9fa09
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 99852a7 commit f68c59d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 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: bb96979310965cef680c90ba331126fd64e9265f
refs/heads/master: 447fc67e7a8c4d0afdffa3e4535c1a98a84e59ab
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define _VMBUS_PRIVATE_H_

#include "hv.h"
#include "VmbusApi.h"
#include "vmbus_api.h"
#include "channel.h"
#include "channel_mgmt.h"
#include "channel_interface.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/channel_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef _CHANNEL_INTERFACE_H_
#define _CHANNEL_INTERFACE_H_

#include "VmbusApi.h"
#include "vmbus_api.h"

void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);

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 @@ -33,7 +33,7 @@
#include "VersionInfo.h"
#include "channel.h"
#include "VmbusPrivate.h"
#include "VmbusApi.h"
#include "vmbus_api.h"
#include "utils.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef _NETVSC_API_H_
#define _NETVSC_API_H_

#include "VmbusApi.h"
#include "vmbus_api.h"

/* Fwd declaration */
struct hv_netvsc_packet;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef _STORVSC_API_H_
#define _STORVSC_API_H_

#include "VmbusApi.h"
#include "vmbus_api.h"

/* Defines */
#define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/vmbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define _VMBUS_H_

#include <linux/device.h>
#include "VmbusApi.h"
#include "vmbus_api.h"

struct driver_context {
struct hv_guid class_id;
Expand Down
File renamed without changes.

0 comments on commit f68c59d

Please sign in to comment.