Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197327
b: refs/heads/master
c: a73fd98
h: refs/heads/master
i:
  197325: 031beb8
  197323: 45184d0
  197319: 25f7daf
  197311: fa75d59
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 33f3948 commit 5f1eca4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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: af167ae9b27ee5ba19272739f9192709882ed4fa
refs/heads/master: a73fd9802e976fbcb6b6f4bbe082f94ebe433ddf
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
hv_vmbus-objs := vmbus_drv.o osd.o \
vmbus.o hv.o connection.o channel.o \
ChannelMgmt.o ChannelInterface.o ring_buffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.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
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/blkvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <linux/kernel.h>
#include <linux/mm.h>
#include "osd.h"
#include "StorVsc.c"
#include "storvsc.c"

static const char *gBlkDriverName = "blkvsc";

Expand Down
File renamed without changes.

0 comments on commit 5f1eca4

Please sign in to comment.