Re: Freezer.h updated patch.

2007-01-01 Thread Olaf Hering
On Sun, Oct 22, Nigel Cunningham wrote: > +++ b/drivers/macintosh/via-pmu.c > -#include > +#include This change will lead to compile errors with -Wimplicit-function-declaration. What part of freezer.h is used in via-pmu.c? drivers/macintosh/via-pmu.c:2014: warning: implicit declaration of

Re: Freezer.h updated patch.

2007-01-01 Thread Olaf Hering
On Sun, Oct 22, Nigel Cunningham wrote: +++ b/drivers/macintosh/via-pmu.c -#include linux/suspend.h +#include linux/freezer.h This change will lead to compile errors with -Wimplicit-function-declaration. What part of freezer.h is used in via-pmu.c? drivers/macintosh/via-pmu.c:2014: warning: