diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-08 13:59:38 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-05-08 10:36:52 -0400 |
commit | c0a120a4bc68f5dc5f5238e76013cc18bac0ffed (patch) | |
tree | 45fa417548b88e992e11fe2f54c99ec9c6972693 /include | |
parent | 9a597016058520665452390df919428e4edd7770 (diff) | |
download | blackbird-op-linux-c0a120a4bc68f5dc5f5238e76013cc18bac0ffed.tar.gz blackbird-op-linux-c0a120a4bc68f5dc5f5238e76013cc18bac0ffed.zip |
mmc: mmci: Fix compiler error when CONFIG_OF is not set
error: implicit declaration of function 'mmci_dt_populate_generic_pdata'
This is due to the '#if CONFIG_OF' guards placed around
mmci_dt_populate_generic_pdata(), but not around the call to it. We
repair this by inserting a stub which elegantly returns when CONFIG_OF
is not set.
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions