From: Grant Likely Date: Fri, 24 Feb 2012 21:58:34 +0000 (-0700) Subject: devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc) X-Git-Tag: v3.4-rc1~172^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964dba283439a4db50dae61d3afe6e438b7fc30f;p=pandora-kernel.git devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc) Sparc has its own helpers for translating address ranges when the device tree is parsed at boot time, and it isn't able to use of_platform_populate(). However, there are some device drivers that want to use that function on other DT enabled platforms (ie. TWL4030). This patch adds an empty of_platform_populate() implementation that returns an error when CONFIG_OF_ADDRESS is not selected. Signed-off-by: Grant Likely Cc: Benoit Cousson Cc: Samuel Ortiz --- Reading git-diff-tree failed