Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249511
b: refs/heads/master
c: 8899213
h: refs/heads/master
i:
  249509: 9c0e298
  249507: 1d14614
  249503: d395c7a
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 13e3a9e commit 6997cb0
Show file tree
Hide file tree
Showing 2 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: 905620d16f5c9e7c8ff850e15f47f5700824f6fb
refs/heads/master: 88992135f52e845a58d728ee0bf6fddb54ea39f6
8 changes: 0 additions & 8 deletions trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,13 +622,6 @@ int netvsc_device_remove(struct hv_device *device)
return 0;
}

/*
* netvsc_cleanup - Perform any cleanup when the driver is removed
*/
static void netvsc_cleanup(struct hv_driver *drv)
{
}

static void netvsc_send_completion(struct hv_device *device,
struct vmpacket_descriptor *packet)
{
Expand Down Expand Up @@ -1194,7 +1187,6 @@ int netvsc_initialize(struct hv_driver *drv)
/* Setup the dispatch table */
driver->base.dev_add = netvsc_device_add;
driver->base.dev_rm = netvsc_device_remove;
driver->base.cleanup = netvsc_cleanup;

driver->send = netvsc_send;

Expand Down

0 comments on commit 6997cb0

Please sign in to comment.