Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334223 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- kernel/nv.c.orig 
0
++ kernel/nv.c 
Lines 423-429 Link Here
423
static struct file_operations nv_fops = {
423
static struct file_operations nv_fops = {
424
    .owner     = THIS_MODULE,
424
    .owner     = THIS_MODULE,
425
    .poll      = nv_kern_poll,
425
    .poll      = nv_kern_poll,
426
    .ioctl     = nv_kern_ioctl,
427
#if defined(HAVE_UNLOCKED_IOCTL)
426
#if defined(HAVE_UNLOCKED_IOCTL)
428
    .unlocked_ioctl = nv_kern_unlocked_ioctl,
427
    .unlocked_ioctl = nv_kern_unlocked_ioctl,
429
#endif
428
#endif

Return to bug 334223