# This is a BitKeeper generated patch for the following project: # Project Name: # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.393.1.12 -> 1.393.1.13 # drivers/video/clgenfb.c 1.19 -> 1.20 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 00/12/27 trini@entropy.crashing.org 1.393.1.13 # Fix up clgenfb. # -------------------------------------------- # diff -Nru a/drivers/video/clgenfb.c b/drivers/video/clgenfb.c --- a/drivers/video/clgenfb.c Tue Jan 2 09:42:09 2001 +++ b/drivers/video/clgenfb.c Tue Jan 2 09:42:09 2001 @@ -56,6 +56,12 @@ #ifdef CONFIG_AMIGA #include #endif +#ifdef CONFIG_ALL_PPC +#include +#define isPReP (_machine == _MACH_prep) +#else +#define isPReP 0 +#endif #include