From: Sakari Ailus Date: Tue, 27 Jan 2015 10:18:49 +0000 (-0300) Subject: [media] smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb88d7384e5e05f90c1daa7750bdb467fd026261;p=pandora-kernel.git [media] smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined of_read_number() is defined in of.h but does not return an error code, so that non-of implementation could simply return an error. Temporarily work around this until of_read_number() can be replaced by of_property_read_u64_array(). Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed