Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220406
b: refs/heads/master
c: ee00966
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 20, 2010
1 parent 80bac5a commit bf6277a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 50fe56d24897838d5b65ee4d4baa6cad73de804b
refs/heads/master: ee00966818584e8dbf7a5c7118c3b3cfebd6be14
11 changes: 1 addition & 10 deletions trunk/drivers/staging/hv/vmbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ static void VmbusGetChannelOffers(void)
vmbus_request_offers();
}

/*
* VmbusGetChannelInfo - Get the device info for the specified device object
*/
static void VmbusGetChannelInfo(struct hv_device *DeviceObject,
struct hv_device_info *DeviceInfo)
{
get_channel_info(DeviceObject, DeviceInfo);
}

/*
* VmbusCreateChildDevice - Creates the child device on the bus that represents the channel offer
*/
Expand Down Expand Up @@ -271,7 +262,7 @@ int VmbusInitialize(struct hv_driver *drv)
driver->OnMsgDpc = VmbusOnMsgDPC;
driver->OnEventDpc = VmbusOnEventDPC;
driver->GetChannelOffers = VmbusGetChannelOffers;
driver->GetChannelInfo = VmbusGetChannelInfo;
driver->GetChannelInfo = get_channel_info;

/* Hypervisor initialization...setup hypercall page..etc */
ret = HvInit();
Expand Down

0 comments on commit bf6277a

Please sign in to comment.