commit | 89272b8c0d427021bed70b1b83e1a16be375ccf5 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Aug 05 16:50:30 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Aug 09 11:27:16 2011 -0600 |
tree | ad7a4502c8585e8b1c165eabebd9b2ce10c163bb | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 [diff] |
dt: add empty of_get_property for non-dt The patch adds empty function of_get_property for non-dt build, so that drivers migrating to dt can save some '#ifdef CONFIG_OF'. This also fixes the current Tegra compile problem in linux-next. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>