Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220413
b: refs/heads/master
c: a787705
h: refs/heads/master
i:
  220411: bc0ed96
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 2a3aebf commit e8f6a28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 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: 314bf1d12a5f7597b316552b008051c26627eabb
refs/heads/master: a78770572074c63fd34dd64fbfd777675bef23db
8 changes: 0 additions & 8 deletions trunk/drivers/staging/hv/channel_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ static int ivmbus_establish_gpadl(struct hv_device *device, void *buffer,
gpadl_handle);
}

static int ivmbus_teardown_gpadl(struct hv_device *device,
u32 gpadl_handle)
{
return vmbus_teardown_gpadl(device->context, gpadl_handle);

}

/* vmbus interface function pointer table */
const struct vmbus_channel_interface vmbus_ops = {
.Open = ivmbus_open,
Expand All @@ -108,5 +101,4 @@ const struct vmbus_channel_interface vmbus_ops = {
.RecvPacket = ivmbus_recvpacket,
.RecvPacketRaw = ivmbus_recvpacket_raw,
.EstablishGpadl = ivmbus_establish_gpadl,
.TeardownGpadl = ivmbus_teardown_gpadl,
};
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 @@ -94,7 +94,6 @@ struct hv_device_info {
* @RecvPacket: Receive packet
* @RecvPacketRaw: Receive Raw packet
* @EstablishGpadl: Set up GPADL for ringbuffer
* @TeardownGpadl: Teardown GPADL for ringbuffer
*
* This structure contains function pointer to control vmbus channel
* behavior. None of these functions is externally callable, but they
Expand Down Expand Up @@ -124,7 +123,6 @@ struct vmbus_channel_interface {
u32 *BufferActualLen, u64 *RequestId);
int (*EstablishGpadl)(struct hv_device *dev, void *buf, u32 buflen,
u32 *GpadlHandle);
int (*TeardownGpadl)(struct hv_device *device, u32 GpadlHandle);
};

extern const struct vmbus_channel_interface vmbus_ops;
Expand Down

0 comments on commit e8f6a28

Please sign in to comment.