On Tue, Sep 20, 2005 at 08:03:56AM +0200, Geert Uytterhoeven wrote: > On Mon, 19 Sep 2005, Christoph Hellwig wrote: > > --- linux-2.6.orig/arch/mips/sibyte/sb1250/bcm1250_tbprof.c 2005-09-18 13:46:52.000000000 +0200 > > +++ linux-2.6/arch/mips/sibyte/sb1250/bcm1250_tbprof.c 2005-09-19 15:13:53.000000000 +0200 > > @@ -364,7 +366,8 @@ > > .open = sbprof_tb_open, > > .release = sbprof_tb_release, > > .read = sbprof_tb_read, > > - .ioctl = sbprof_tb_ioctl, > > + .unlocked_ioctl = sbprof_tb_ioctl, > > + .comapt_ioctl = sbprof_tb_ioctl, > ^^^^^^^^^^^^ > > .mmap = NULL, > > }; > > DISCLAIMER: I didn't check whether the spelling error is in the struct > definition as well. no, it's not. thanks for catching it :)