Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61971
b: refs/heads/master
c: da68e08
h: refs/heads/master
i:
  61969: 7425319
  61967: 1dd89eb
v: v3
  • Loading branch information
Fabio Massimo Di Nitto authored and David S. Miller committed Jul 20, 2007
1 parent 44c5cdd commit b621220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: bc5a2e64a185c4759a540becac34651443b2d2ab
refs/heads/master: da68e0814a83649f7063c33562f535b60396b566
2 changes: 1 addition & 1 deletion trunk/drivers/block/sunvdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ static struct vio_device_id vdc_port_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(vio, vdc_match);
MODULE_DEVICE_TABLE(vio, vdc_port_match);

static struct vio_driver vdc_port_driver = {
.id_table = vdc_port_match,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sunvnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ static struct vio_device_id vnet_port_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(vio, vnet_match);
MODULE_DEVICE_TABLE(vio, vnet_port_match);

static struct vio_driver vnet_port_driver = {
.id_table = vnet_port_match,
Expand Down

0 comments on commit b621220

Please sign in to comment.