Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197331
b: refs/heads/master
c: a82c7a2
h: refs/heads/master
i:
  197329: 577acd4
  197327: 5f1eca4
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 25bec97 commit 0f9fa09
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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: 5496c9c31d43633c85237d25d31c85cf735a8e7d
refs/heads/master: a82c7a2ad6e636c344bfde7c1fa22557ad96ee85
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/list.h>
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "NetVscApi.h"
#include "netvsc_api.h"


#define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF)
Expand Down
File renamed without changes.
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 @@ -38,7 +38,7 @@
#include "logging.h"
#include "VersionInfo.h"
#include "vmbus.h"
#include "NetVscApi.h"
#include "netvsc_api.h"

struct net_device_context {
/* point back to our device context */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "osd.h"
#include "logging.h"
#include "NetVscApi.h"
#include "netvsc_api.h"
#include "rndis_filter.h"

/* Data types */
Expand Down

0 comments on commit 0f9fa09

Please sign in to comment.