From: Shawn Guo Date: Fri, 8 Jul 2011 08:27:33 +0000 (+0800) Subject: dt: add empty of_property_read_u32[_array] for non-dt X-Git-Tag: v3.1-rc1~311^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98c0239204d6603b3a33bcc2b3916adaa8d4160;p=pandora-kernel.git dt: add empty of_property_read_u32[_array] for non-dt The patch adds empty functions of_property_read_u32 and of_property_read_u32_array for non-dt build, so that drivers migrating to dt can save some '#ifdef CONFIG_OF'. Signed-off-by: Shawn Guo [grant.likely: Moved things around so only one new static inline is needed] [grant.likely: Added _string variant] Signed-off-by: Grant Likely --- Reading git-diff-tree failed