Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162250
b: refs/heads/master
c: cc21181
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 2fab392 commit cc94ffa
Show file tree
Hide file tree
Showing 5 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: 645954c54287faee983d37705b80e9ae90c63782
refs/heads/master: cc21181217549e0a894dd6b57feacbcb979d831b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/NetVsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h"
#include "List.h"
#include "include/NetVscApi.h"
#include "NetVscApi.h"


#define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#ifndef _NETVSC_API_H_
#define _NETVSC_API_H_

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

/* Defines */
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/RndisFilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "osd.h"
#include "logging.h"
#include "include/NetVscApi.h"
#include "NetVscApi.h"
#include "RndisFilter.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "logging.h"
#include "vmbus.h"

#include "include/NetVscApi.h"
#include "NetVscApi.h"

MODULE_LICENSE("GPL");

Expand Down

0 comments on commit cc94ffa

Please sign in to comment.