From: Hans de Goede Date: Mon, 5 Jan 2015 08:15:16 +0000 (+0100) Subject: simplefb: Fix build failure on Sparc X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~275^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e020197d371c90ad56cc4be388fc95e0c08e6f;p=pandora-kernel.git simplefb: Fix build failure on Sparc of_platform_device_create is only defined when CONFIG_OF_ADDRESS is set, which is normally always the case when CONFIG_OF is defined, except on Sparc, so explicitly check for CONFIG_OF_ADDRESS rather then for CONFIG_OF. Reported-by: kbuild test robot Signed-off-by: Hans de Goede Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed