Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259462
b: refs/heads/master
c: 30fbee4
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 732306a commit b7d6481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: e690b5a9be26965543b7252492ed22052af960b6
refs/heads/master: 30fbee49b0715ff1eb1f91644983f2c35b9421d5
12 changes: 0 additions & 12 deletions trunk/drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,15 +874,3 @@ int vmbus_recvpacket_raw(struct vmbus_channel *channel, void *buffer,
return 0;
}
EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw);

/*
* vmbus_ontimer - Timer event callback
*/
void vmbus_ontimer(unsigned long data)
{
struct vmbus_channel *channel = (struct vmbus_channel *)data;

if (channel->onchannel_callback)
channel->onchannel_callback(channel->channel_callback_context);
}

0 comments on commit b7d6481

Please sign in to comment.