Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197330
b: refs/heads/master
c: 5496c9c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 577acd4 commit 25bec97
Show file tree
Hide file tree
Showing 5 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: ff39524bc463e63003d824d4106eda83762d648b
refs/heads/master: 5496c9c31d43633c85237d25d31c85cf735a8e7d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o

hv_vmbus-objs := vmbus_drv.o osd.o \
vmbus.o hv.o connection.o channel.o \
channel_mgmt.o ChannelInterface.o ring_buffer.o
channel_mgmt.o channel_interface.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 rndis_filter.o
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "VmbusApi.h"
#include "channel.h"
#include "channel_mgmt.h"
#include "ChannelInterface.h"
#include "channel_interface.h"
#include "ring_buffer.h"
#include <linux/list.h>

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 25bec97

Please sign in to comment.