Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220407
b: refs/heads/master
c: 40bc536
h: refs/heads/master
i:
  220405: 80bac5a
  220403: 2ccda1c
  220399: ce30ef0
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 20, 2010
1 parent bf6277a commit 3aa46e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: ee00966818584e8dbf7a5c7118c3b3cfebd6be14
refs/heads/master: 40bc5360d7fe6fae4ec454c1dca90d6cdaa7e448
1 change: 0 additions & 1 deletion trunk/drivers/staging/hv/channel_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,4 @@ const struct vmbus_channel_interface vmbus_ops = {
.RecvPacketRaw = ivmbus_recvpacket_raw,
.EstablishGpadl = ivmbus_establish_gpadl,
.TeardownGpadl = ivmbus_teardown_gpadl,
.GetInfo = get_channel_info,
};
2 changes: 0 additions & 2 deletions trunk/drivers/staging/hv/vmbus_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ struct hv_device_info {
* @RecvPacketRaw: Receive Raw packet
* @EstablishGpadl: Set up GPADL for ringbuffer
* @TeardownGpadl: Teardown GPADL for ringbuffer
* @GetInfo: Get info about the channel
*
* This structure contains function pointer to control vmbus channel
* behavior. None of these functions is externally callable, but they
Expand Down Expand Up @@ -126,7 +125,6 @@ struct vmbus_channel_interface {
int (*EstablishGpadl)(struct hv_device *dev, void *buf, u32 buflen,
u32 *GpadlHandle);
int (*TeardownGpadl)(struct hv_device *device, u32 GpadlHandle);
void (*GetInfo)(struct hv_device *dev, struct hv_device_info *devinfo);
};

extern const struct vmbus_channel_interface vmbus_ops;
Expand Down

0 comments on commit 3aa46e1

Please sign in to comment.