From: Kevin Hao Date: Thu, 12 Mar 2015 12:32:50 +0000 (+0800) Subject: powerpc: kill PPC_OF X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d99627003278bcd1a40ea45136a8148d351531;p=pandora-kernel.git powerpc: kill PPC_OF We have set CONFIG_PPC_OF to always 'y' in commit 0a498d96a332 ("powerpc: set CONFIG_PPC_OF=y always for ARCH=powerpc") nine years ago. And the arch/ppc also has gone away for many years. The OF functionality was also moved to a common place and be used by many archs. So it does make no sense to keep such a option in the current kernel. Just kill it. Signed-off-by: Kevin Hao Acked-by: Benjamin Herrenschmidt Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed