Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249532
b: refs/heads/master
c: f1542a6
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent cdea684 commit c6ad53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f752e9befd5cd6420fae1939ca8a82ab25e83f5d
refs/heads/master: f1542a6605ea657b1e20aefc08e1d8859c1703db
6 changes: 3 additions & 3 deletions trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ static int ring_size = 128;
module_param(ring_size, int, S_IRUGO);
MODULE_PARM_DESC(ring_size, "Ring buffer size (# of pages)");

/* The one and only one */
static struct netvsc_driver netvsc_drv;

/* no-op so the netdev core doesn't return -EINVAL when modifying the the
* multicast address list in SIOCADDMULTI. hv is setup to get all multicast
* when it calls RndisFilterOnOpen() */
Expand Down Expand Up @@ -442,6 +439,9 @@ static int netvsc_drv_exit_cb(struct device *dev, void *data)
return 1;
}

/* The one and only one */
static struct netvsc_driver netvsc_drv;

static void netvsc_drv_exit(void)
{
struct hv_driver *drv = &netvsc_drv.base;
Expand Down

0 comments on commit c6ad53c

Please sign in to comment.