Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162248
b: refs/heads/master
c: 0b43c18
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 9c3c752 commit 54d64ad
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: 2def7b8bcd4c49ca71a950611c9d456fd35282d2
refs/heads/master: 0b43c1806d6fe1f1f004f9e437c992ac1ddb931e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/ChannelMgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef _CHANNEL_MGMT_H_
#define _CHANNEL_MGMT_H_

#include "include/List.h"
#include "List.h"
#include "RingBuffer.h"

#include "include/VmbusChannelInterface.h"
Expand Down
File renamed without changes.
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 @@

#include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h"
#include "include/List.h"
#include "List.h"
#include "include/NetVscApi.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
#include "include/List.h"
#include "List.h"


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

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

/* Defines */
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)
Expand Down

0 comments on commit 54d64ad

Please sign in to comment.