On Thu, 28 Dec 2006 17:14:05 +0300, Vitaly Wool <vitalywool@xxxxxxxxx> wrote: > --- linux-mips.git.orig/arch/mips/philips/pnx8550/common/time.c > +++ linux-mips.git/arch/mips/philips/pnx8550/common/time.c > @@ -29,11 +29,22 @@ > #include <asm/hardirq.h> > #include <asm/div64.h> > #include <asm/debug.h> > +#include <asm/time.h> As I said before, asm/time.h is already included just before there. Why double inclusion? --- Atsushi Nemoto