Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307953
b: refs/heads/master
c: c0a120a
h: refs/heads/master
i:
  307951: bab495c
v: v3
  • Loading branch information
Lee Jones authored and Chris Ball committed May 8, 2012
1 parent a1edc5a commit 7dbe877
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a597016058520665452390df919428e4edd7770
refs/heads/master: c0a120a4bc68f5dc5f5238e76013cc18bac0ffed
6 changes: 6 additions & 0 deletions trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,12 @@ static void mmci_dt_populate_generic_pdata(struct device_node *np,
pr_warn("%s: Unsupported bus width\n", np->full_name);
}
}
#else
static void mmci_dt_populate_generic_pdata(struct device_node *np,
struct mmci_platform_data *pdata)
{
return;
}
#endif

static int __devinit mmci_probe(struct amba_device *dev,
Expand Down

0 comments on commit 7dbe877

Please sign in to comment.