Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220436
b: refs/heads/master
c: ba9bf63
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 4375a99 commit ac74a4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 1fb9dff04c97398c4c10a97037aa1c3505663153
refs/heads/master: ba9bf63080bea106e91e4639cea8940b9b3851a1
6 changes: 0 additions & 6 deletions trunk/drivers/staging/hv/channel_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ static int ivmbus_open(struct hv_device *device, u32 sendbuffer_size,
channel_callback, context);
}

static void ivmbus_close(struct hv_device *device)
{
vmbus_close(device->channel);
}

/* vmbus interface function pointer table */
const struct vmbus_channel_interface vmbus_ops = {
.Open = ivmbus_open,
.Close = ivmbus_close,
};
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 @@ -87,7 +87,6 @@ struct hv_device_info {
/**
* struct vmbus_channel_interface - Contains member functions for vmbus channel
* @Open: Open the channel
* @Close: Close the channel
*
* This structure contains function pointer to control vmbus channel
* behavior. None of these functions is externally callable, but they
Expand All @@ -99,7 +98,6 @@ struct vmbus_channel_interface {
u32 RecvRingBufferSize, void *UserData, u32 UserDataLen,
void (*ChannelCallback)(void *context),
void *Context);
void (*Close)(struct hv_device *device);
};

extern const struct vmbus_channel_interface vmbus_ops;
Expand Down

0 comments on commit ac74a4b

Please sign in to comment.