Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162252
b: refs/heads/master
c: f363ce2
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent da77b5e commit a13d310
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 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: 731a7884f63586184feea6ecd418f1732d2d5161
refs/heads/master: f363ce27abacf6d67b080da209bd52c85bbb1b8c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/ChannelInterface.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 "include/VmbusApi.h"
#include "VmbusApi.h"

void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/NetVscApi.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 "include/VmbusApi.h"
#include "VmbusApi.h"
#include "List.h"

/* Defines */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/StorVscApi.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 "include/VmbusApi.h"
#include "VmbusApi.h"

/* Defines */
#define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE)
Expand Down
File renamed without changes.
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 "include/VmbusApi.h"
#include "VmbusApi.h"
#include "Channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
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 @@ -27,7 +27,7 @@

#include <linux/device.h>

#include "include/VmbusApi.h"
#include "VmbusApi.h"

typedef int (*PFN_DRIVERINITIALIZE)(struct hv_driver *drv);
typedef int (*PFN_DRIVEREXIT)(struct hv_driver *drv);
Expand Down

0 comments on commit a13d310

Please sign in to comment.