From: Andrew Morton Cc: Christoph Hellwig Signed-off-by: Andrew Morton --- arch/mips/sibyte/sb1250/bcm1250_tbprof.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/mips/sibyte/sb1250/bcm1250_tbprof.c~switch-sibyte-profiling-driver-to-compat_ioctl-fix arch/mips/sibyte/sb1250/bcm1250_tbprof.c --- 25/arch/mips/sibyte/sb1250/bcm1250_tbprof.c~switch-sibyte-profiling-driver-to-compat_ioctl-fix Tue Sep 20 16:00:15 2005 +++ 25-akpm/arch/mips/sibyte/sb1250/bcm1250_tbprof.c Tue Sep 20 16:00:15 2005 @@ -367,7 +367,7 @@ static struct file_operations sbprof_tb_ .release = sbprof_tb_release, .read = sbprof_tb_read, .unlocked_ioctl = sbprof_tb_ioctl, - .comapt_ioctl = sbprof_tb_ioctl, + .compat_ioctl = sbprof_tb_ioctl, .mmap = NULL, }; _