]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fbdev: aty128fb: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Thu, 12 Mar 2015 12:32:43 +0000 (20:32 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2015 09:04:31 +0000 (20:04 +1100)
commite7b410ef74b3d917db2545086578b663bed19d81
tree89804b4d40fcc336dcbcb775a6f1871f466cf8cc
parentd610f503612ddb5bf55e477fd48c678b3deab7ca
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 <haokexin@gmail.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/video/fbdev/aty/aty128fb.c