From: Krzysztof Helt This patch fixes the error spotted by Geert Uytterhoeven in the "cirrusfb: checkpatch.pl cleanup" patch. Signed-off-by: Krzysztof Helt Cc: Geert Uytterhoeven Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton --- drivers/video/cirrusfb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/cirrusfb.c~cirrusfb-checkpatchpl-cleanup-ppc-fix drivers/video/cirrusfb.c --- a/drivers/video/cirrusfb.c~cirrusfb-checkpatchpl-cleanup-ppc-fix +++ a/drivers/video/cirrusfb.c @@ -59,7 +59,7 @@ #endif #ifdef CONFIG_PPC_PREP #include -#define isPReP(machine_is(prep)) +#define isPReP machine_is(prep) #else #define isPReP 0 #endif _