Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365222
b: refs/heads/master
c: 691ee4e
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Apr 1, 2013
1 parent effde1e commit 002f48f
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: 9547acce669ec7b5613eb9be0838bff47258ccbf
refs/heads/master: 691ee4edd410dd6f19227642e01a93fb88620eff
4 changes: 1 addition & 3 deletions trunk/drivers/spi/spi-sh-msiof.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,6 @@ static const struct of_device_id sh_msiof_match[] = {
{},
};
MODULE_DEVICE_TABLE(of, sh_msiof_match);
#else
#define sh_msiof_match NULL
#endif

static struct dev_pm_ops sh_msiof_spi_dev_pm_ops = {
Expand All @@ -780,7 +778,7 @@ static struct platform_driver sh_msiof_spi_drv = {
.name = "spi_sh_msiof",
.owner = THIS_MODULE,
.pm = &sh_msiof_spi_dev_pm_ops,
.of_match_table = sh_msiof_match,
.of_match_table = of_match_ptr(sh_msiof_match),
},
};
module_platform_driver(sh_msiof_spi_drv);
Expand Down

0 comments on commit 002f48f

Please sign in to comment.