Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186588
b: refs/heads/master
c: 65e65a3
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 4, 2010
1 parent 5e8f4a8 commit 2ef6943
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 4230020c42457e51c98636a328c60e9f3744152c
refs/heads/master: 65e65a3e73b31c097e59c6e8d4a9ed1eebbe9d8d
3 changes: 0 additions & 3 deletions trunk/drivers/staging/hv/StorVscApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ struct storvsc_driver_object {
/* Maximum # of requests in flight per channel/device */
u32 MaxOutstandingRequestsPerChannel;

/* Set by the caller to allow us to re-enumerate the bus on the host */
void (*OnHostRescan)(struct hv_device *Device);

/* Specific to this driver */
int (*OnIORequest)(struct hv_device *Device,
struct hv_storvsc_request *Request);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ static int storvsc_drv_init(int (*drv_init)(struct hv_driver *drv))
vmbus_get_interface(&storvsc_drv_obj->Base.VmbusChannelInterface);

storvsc_drv_obj->RingBufferSize = storvsc_ringbuffer_size;
storvsc_drv_obj->OnHostRescan = storvsc_host_rescan;

/* Callback to client driver to complete the initialization */
drv_init(&storvsc_drv_obj->Base);
Expand Down

0 comments on commit 2ef6943

Please sign in to comment.