Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265325
b: refs/heads/master
c: c8aef4c
h: refs/heads/master
i:
  265323: a6eb0b9
v: v3
  • Loading branch information
holt@sgi.com authored and David S. Miller committed Aug 18, 2011
1 parent ab20857 commit 8f7b3c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 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: 243abbf2a610d801904bf1e44917e9ac4ccf823e
refs/heads/master: c8aef4cb788b760331e6df06a5d93389824882b4
13 changes: 12 additions & 1 deletion trunk/drivers/net/can/flexcan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,8 +1027,19 @@ static int __devexit flexcan_remove(struct platform_device *pdev)
return 0;
}

static struct of_device_id flexcan_of_match[] = {
{
.compatible = "fsl,p1010-flexcan",
},
{},
};

static struct platform_driver flexcan_driver = {
.driver.name = DRV_NAME,
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
.of_match_table = flexcan_of_match,
},
.probe = flexcan_probe,
.remove = __devexit_p(flexcan_remove),
};
Expand Down

0 comments on commit 8f7b3c2

Please sign in to comment.