Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374777
b: refs/heads/master
c: bd247ac
h: refs/heads/master
i:
  374775: 049285a
v: v3
  • Loading branch information
Sachin Kamat authored and David Woodhouse committed Apr 5, 2013
1 parent 624e68d commit 3660f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b57d43ff64b036f43940e25d153518bee6cbc7ec
refs/heads/master: bd247acb77b7a3dcb1075d7c9f09bc46bd242f3b
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/nand/sh_flctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,6 @@ static struct sh_flctl_platform_data *flctl_parse_dt(struct device *dev)
return pdata;
}
#else /* CONFIG_OF */
#define of_flctl_match NULL
static struct sh_flctl_platform_data *flctl_parse_dt(struct device *dev)
{
return NULL;
Expand Down Expand Up @@ -1219,7 +1218,7 @@ static struct platform_driver flctl_driver = {
.driver = {
.name = "sh_flctl",
.owner = THIS_MODULE,
.of_match_table = of_flctl_match,
.of_match_table = of_match_ptr(of_flctl_match),
},
};

Expand Down

0 comments on commit 3660f10

Please sign in to comment.