Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199468
b: refs/heads/master
c: bc284f9
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 31, 2010
1 parent 0944e75 commit 6bed2df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: 64960848abd18d0bcde3f53ffa7ed0b631e6b25d
refs/heads/master: bc284f94f84c3d76e49c6f3df9028c503f9589d9
11 changes: 5 additions & 6 deletions trunk/drivers/net/greth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1607,14 +1607,13 @@ static struct of_device_id greth_of_match[] = {
MODULE_DEVICE_TABLE(of, greth_of_match);

static struct of_platform_driver greth_of_driver = {
.name = "grlib-greth",
.match_table = greth_of_match,
.driver = {
.name = "grlib-greth",
.owner = THIS_MODULE,
.of_match_table = greth_of_match,
},
.probe = greth_of_probe,
.remove = __devexit_p(greth_of_remove),
.driver = {
.owner = THIS_MODULE,
.name = "grlib-greth",
},
};

static int __init greth_init(void)
Expand Down

0 comments on commit 6bed2df

Please sign in to comment.