--- NVIDIA-Linux-x86-195.36.31-pkg0/usr/src/nv/nv.c 2010-12-08 01:55:36.968940733 -0600 +++ NVIDIA-Linux-x86-195.36.31-pkg0/usr/src/nv/nv.c 2010-12-08 01:59:10.472305734 -0600 @@ -414,9 +414,8 @@ static struct file_operations nv_fops = { .owner = THIS_MODULE, .poll = nv_kern_poll, - .ioctl = nv_kern_ioctl, #if defined(HAVE_UNLOCKED_IOCTL) .unlocked_ioctl = nv_kern_unlocked_ioctl, #endif #if defined(NVCPU_X86_64) && defined(HAVE_COMPAT_IOCTL) .compat_ioctl = nv_kern_compat_ioctl,