Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197328
b: refs/heads/master
c: 043efcc
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 5f1eca4 commit ed41821
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: a73fd9802e976fbcb6b6f4bbe082f94ebe433ddf
refs/heads/master: 043efcc31e78f4e61b2b8bc321bc9a3c498bf4d1
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ hv_vmbus-objs := vmbus_drv.o osd.o \
ChannelMgmt.o ChannelInterface.o ring_buffer.o
hv_storvsc-objs := storvsc_drv.o storvsc.o
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o
hv_netvsc-objs := netvsc_drv.o netvsc.o RndisFilter.o
hv_netvsc-objs := netvsc_drv.o netvsc.o rndis_filter.o
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "osd.h"
#include "logging.h"
#include "netvsc.h"
#include "RndisFilter.h"
#include "rndis_filter.h"


/* Globals */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "osd.h"
#include "logging.h"
#include "NetVscApi.h"
#include "RndisFilter.h"
#include "rndis_filter.h"

/* Data types */
struct rndis_filter_driver_object {
Expand Down
File renamed without changes.

0 comments on commit ed41821

Please sign in to comment.