Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365221
b: refs/heads/master
c: 9547acc
h: refs/heads/master
i:
  365219: 1e42103
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Apr 1, 2013
1 parent e55e3e7 commit effde1e
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: ff23fa3bb05b296eeab2ccde92c0cdbc05942a1c
refs/heads/master: 9547acce669ec7b5613eb9be0838bff47258ccbf
4 changes: 1 addition & 3 deletions trunk/drivers/spi/spi-oc-tiny.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ static const struct of_device_id tiny_spi_match[] = {
{},
};
MODULE_DEVICE_TABLE(of, tiny_spi_match);
#else /* CONFIG_OF */
#define tiny_spi_match NULL
#endif /* CONFIG_OF */

static struct platform_driver tiny_spi_driver = {
Expand All @@ -404,7 +402,7 @@ static struct platform_driver tiny_spi_driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
.pm = NULL,
.of_match_table = tiny_spi_match,
.of_match_table = of_match_ptr(tiny_spi_match),
},
};
module_platform_driver(tiny_spi_driver);
Expand Down

0 comments on commit effde1e

Please sign in to comment.