Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371563
b: refs/heads/master
c: a59e1ff
h: refs/heads/master
i:
  371561: c734ae6
  371559: 93adf14
v: v3
  • Loading branch information
Arnd Bergmann authored and Dave Airlie committed Apr 26, 2013
1 parent 4f5ae5a commit c1d7470
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: 84806ade19fe07ad30049298d12c3e58eebb192d
refs/heads/master: a59e1ff3b83726f581ba7a421af97bd1589d9e2c
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/tilcdc/tilcdc_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ static struct of_device_id panel_of_match[] = {
{ .compatible = "ti,tilcdc,panel", },
{ },
};
MODULE_DEVICE_TABLE(of, panel_of_match);

struct platform_driver panel_driver = {
.probe = panel_probe,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/tilcdc/tilcdc_slave.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ static struct of_device_id slave_of_match[] = {
{ .compatible = "ti,tilcdc,slave", },
{ },
};
MODULE_DEVICE_TABLE(of, slave_of_match);

struct platform_driver slave_driver = {
.probe = slave_probe,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ static struct of_device_id tfp410_of_match[] = {
{ .compatible = "ti,tilcdc,tfp410", },
{ },
};
MODULE_DEVICE_TABLE(of, tfp410_of_match);

struct platform_driver tfp410_driver = {
.probe = tfp410_probe,
Expand Down

0 comments on commit c1d7470

Please sign in to comment.