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. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds