Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197321
b: refs/heads/master
c: 4df90be
h: refs/heads/master
i:
  197319: 25f7daf
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 83ad441 commit f90a906
Show file tree
Hide file tree
Showing 6 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: 7e8ad49f131cf9bf16b6e68237674e8f7c8dc6ca
refs/heads/master: 4df90be54d9bcd2ff55d3b4c720dbab32ca6d690
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o

hv_vmbus-objs := vmbus_drv.o osd.o \
Vmbus.o hv.o Connection.o Channel.o \
Vmbus.o hv.o Connection.o channel.o \
ChannelMgmt.o ChannelInterface.o RingBuffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include "hv.h"
#include "VmbusApi.h"
#include "Channel.h"
#include "channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hv_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "VersionInfo.h"
#include "Channel.h"
#include "channel.h"
#include "VmbusPrivate.h"
#include "VmbusApi.h"
#include "utils.h"
Expand Down

0 comments on commit f90a906

Please sign in to comment.