On Mon, 21 May 2007 23:31:44 +0200 (CEST) Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Tue, 22 May 2007, Yoichi Yuasa wrote: > > --- mips-orig/include/asm-mips/gpio.h 1970-01-01 09:00:00.000000000 +0900 > > +++ mips/include/asm-mips/gpio.h 2007-05-21 17:07:51.769161250 +0900 > > @@ -0,0 +1,6 @@ > > +#ifndef __ASM_MIPS_GPIO_H > > +#define __ASM_MIPS_GPIO_H > > + > > +#include <gpio.h> > ^^^^^^^^ > > + > > +#endif /* __ASM_MIPS_GPIO_H */ > > Just wondering, where is it supposed to find <gpio.h>? It should be include/asm-mips/mach-*/gpio.h . Yoichi