]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: radeon: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Thu, 12 Mar 2015 12:32:44 +0000 (20:32 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2015 09:04:31 +0000 (20:04 +1100)
commit73e3e759101f49c0b1ec8a1cafd154a19e782f99
tree76a008945cacbea537e1735a95cb41c5d365cb1e
parentee3439e54e01df28246489c9a8e85c800b2b2fe5
fbdev: radeon: 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/Kconfig
drivers/video/fbdev/aty/radeon_base.c
drivers/video/fbdev/aty/radeon_monitor.c
drivers/video/fbdev/aty/radeon_pm.c
drivers/video/fbdev/aty/radeonfb.h