From: Kevin Hao Date: Thu, 12 Mar 2015 12:32:43 +0000 (+0800) Subject: fbdev: aty128fb: replace PPC_OF with PPC X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b410ef74b3d917db2545086578b663bed19d81;p=pandora-kernel.git fbdev: aty128fb: replace PPC_OF with PPC The PPC_OF is a ppc specific option which is used to mean that the firmware device tree access functions are available. Since all the ppc platforms have a device tree, it is aways set to 'y' for ppc. So it makes no sense to keep a such option in the current kernel. Replace it with PPC. Signed-off-by: Kevin Hao Acked-by: Benjamin Herrenschmidt Acked-by: Tomi Valkeinen Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed