Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175805
b: refs/heads/master
c: 86f9e09
h: refs/heads/master
i:
  175803: 0a77c38
v: v3
  • Loading branch information
Michal Simek authored and Benjamin Herrenschmidt committed Nov 27, 2009
1 parent 02e5ba6 commit 387c9b9
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: 39adfa540fa0b32e41b2a5a9e225384009ae6128
refs/heads/master: 86f9e097f340fd0fbd37afe92bd5453f5a84cbca
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 387c9b9

Please sign in to comment.