From: Linus Walleij Date: Fri, 1 Feb 2013 08:52:05 +0000 (+0100) Subject: ARM: nomadik: fix OF compilation regression X-Git-Tag: v3.9-rc1~116^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f015941f6b4a7d4d90c46a65bca17f2c2c41fb89;p=pandora-kernel.git ARM: nomadik: fix OF compilation regression The Nomadik Device Tree patch series accidentally selected OF instead of USE_OF which led to problems during compile: arch/arm/kernel/devtree.c: In function 'arm_dt_memblock_reserve': /home/elinwal/linux-arm-soc/arch/arm/kernel/devtree.c:43:7: error: 'initial_boot_params' undeclared (first use in this function) (etc). This fixes it up by selecting USE_OF instead. Reported-by: Arnd Bergmann Signed-off-by: Linus Walleij Signed-off-by: Olof Johansson --- Reading git-diff-tree failed