Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197323
b: refs/heads/master
c: 8f078ca
h: refs/heads/master
i:
  197321: f90a906
  197319: 25f7daf
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent de73bbf commit 45184d0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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: 55e9643e6c486b589279576877838ffd8ed04a68
refs/heads/master: 8f078ca6e7e1a5457aef5196e7154aa468094120
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/ChannelMgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <linux/list.h>
#include <linux/timer.h>
#include "RingBuffer.h"
#include "ring_buffer.h"
#include "VmbusChannelInterface.h"
#include "VmbusPacketFormat.h"

Expand Down
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 \
ChannelMgmt.o ChannelInterface.o RingBuffer.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
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
#include "ring_buffer.h"
#include <linux/list.h>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/mm.h>
#include "osd.h"
#include "logging.h"
#include "RingBuffer.h"
#include "ring_buffer.h"


/* #defines */
Expand Down
File renamed without changes.

0 comments on commit 45184d0

Please sign in to comment.