From: Arnd Bergmann Date: Tue, 16 Jun 2009 22:34:31 +0000 (-0700) Subject: mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OF X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=24f01dcb53a950999f42f55123f7bc4ccda4ca57;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OF With this change, the driver builds fine on Microblaze, which helps allyesconfig compile tests. I did not test sparc, but the change should have the same effect there. Signed-off-by: Arnd Bergmann Acked-by: Anatolij Gustschin Tested-by: Anatolij Gustschin Cc: "David S. Miller" Cc: Michal Simek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/mb862xx/mb862xxfb.c b/drivers/video/mb862xx/mb862xxfb.c index fb64234a3825..a28e3cfbbf70 100644 --- a/drivers/video/mb862xx/mb862xxfb.c +++ b/drivers/video/mb862xx/mb862xxfb.c @@ -19,7 +19,7 @@ #include #include #include -#if defined(CONFIG_PPC_OF) +#if defined(CONFIG_OF) #include #endif #include "mb862xxfb.h"