Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304224
b: refs/heads/master
c: 3e62c41
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Greg Kroah-Hartman committed May 9, 2012
1 parent 13972be commit e97690c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94e792ab66d696aad2e52c91bae4cfbeefe4c9f6
refs/heads/master: 3e62c413fb0c75c8cfaf086d00a9ecc6b55009d6
7 changes: 7 additions & 0 deletions trunk/drivers/tty/serial/8250/8250_em.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,16 @@ static int __devexit serial8250_em_remove(struct platform_device *pdev)
return 0;
}

static const struct of_device_id serial8250_em_dt_ids[] __devinitconst = {
{ .compatible = "renesas,em-uart", },
{},
};
MODULE_DEVICE_TABLE(of, serial8250_em_dt_ids);

static struct platform_driver serial8250_em_platform_driver = {
.driver = {
.name = "serial8250-em",
.of_match_table = serial8250_em_dt_ids,
.owner = THIS_MODULE,
},
.probe = serial8250_em_probe,
Expand Down

0 comments on commit e97690c

Please sign in to comment.