Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354755
b: refs/heads/master
c: 905f4ba
h: refs/heads/master
i:
  354753: fff28a2
  354751: ae94311
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 5893543 commit 78758dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 41147bfdc5c0d6acb39d2b3b8a4eb6ffb08e4b42
refs/heads/master: 905f4ba252f933344e43a32ef4524bc8412c2e90
4 changes: 1 addition & 3 deletions trunk/drivers/tty/serial/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -1729,8 +1729,6 @@ static const struct of_device_id s3c24xx_uart_dt_match[] = {
{},
};
MODULE_DEVICE_TABLE(of, s3c24xx_uart_dt_match);
#else
#define s3c24xx_uart_dt_match NULL
#endif

static struct platform_driver samsung_serial_driver = {
Expand All @@ -1741,7 +1739,7 @@ static struct platform_driver samsung_serial_driver = {
.name = "samsung-uart",
.owner = THIS_MODULE,
.pm = SERIAL_SAMSUNG_PM_OPS,
.of_match_table = s3c24xx_uart_dt_match,
.of_match_table = of_match_ptr(s3c24xx_uart_dt_match),
},
};

Expand Down

0 comments on commit 78758dc

Please sign in to comment.