Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169042
b: refs/heads/master
c: 16173c7
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek authored and Greg Kroah-Hartman committed Dec 1, 2009
1 parent e6faf83 commit f83e898
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b037179f7a4fff7bd8279b0568a7dc663ebc9d15
refs/heads/master: 16173c7c2d79da7eb89b41acfdebd74b130f4339
1 change: 1 addition & 0 deletions trunk/drivers/serial/of_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ static int of_platform_serial_remove(struct of_device *ofdev)
static struct of_device_id __devinitdata of_platform_serial_table[] = {
{ .type = "serial", .compatible = "ns8250", .data = (void *)PORT_8250, },
{ .type = "serial", .compatible = "ns16450", .data = (void *)PORT_16450, },
{ .type = "serial", .compatible = "ns16550a", .data = (void *)PORT_16550A, },
{ .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550, },
{ .type = "serial", .compatible = "ns16750", .data = (void *)PORT_16750, },
{ .type = "serial", .compatible = "ns16850", .data = (void *)PORT_16850, },
Expand Down

0 comments on commit f83e898

Please sign in to comment.