Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -uNr recpt1-master.orig/driver/pt1_pci.c recpt1-master/driver/pt1_pci.c
- --- recpt1-master.orig/driver/pt1_pci.c 2023-08-02 15:07:13.000000000 +0900
- +++ recpt1-master/driver/pt1_pci.c 2025-01-01 20:49:44.761297550 +0900
- @@ -648,7 +648,11 @@
- .unlocked_ioctl = pt1_unlocked_ioctl,
- .compat_ioctl = pt1_compat_ioctl,
- #endif
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(6,12,0)
- .llseek = no_llseek,
- +#else
- + .llseek = noop_llseek,
- +#endif
- };
- int pt1_makering(struct pci_dev *pdev, PT1_DEVICE *dev_conf)
Advertisement
Add Comment
Please, Sign In to add comment