Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Chris Ball <[email protected]>
- Loading branch information