Guest User

kernel-6.12.patch

a guest
Jan 1st, 2025
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. diff -uNr recpt1-master.orig/driver/pt1_pci.c recpt1-master/driver/pt1_pci.c
  2. --- recpt1-master.orig/driver/pt1_pci.c 2023-08-02 15:07:13.000000000 +0900
  3. +++ recpt1-master/driver/pt1_pci.c 2025-01-01 20:49:44.761297550 +0900
  4. @@ -648,7 +648,11 @@
  5. .unlocked_ioctl = pt1_unlocked_ioctl,
  6. .compat_ioctl = pt1_compat_ioctl,
  7. #endif
  8. +#if LINUX_VERSION_CODE < KERNEL_VERSION(6,12,0)
  9. .llseek = no_llseek,
  10. +#else
  11. + .llseek = noop_llseek,
  12. +#endif
  13. };
  14.  
  15. int pt1_makering(struct pci_dev *pdev, PT1_DEVICE *dev_conf)
  16.  
Advertisement
Add Comment
Please, Sign In to add comment