]> git.pld-linux.org Git - packages/vpb-driver.git/blame - kernel-5.17.patch
- rel 10
[packages/vpb-driver.git] / kernel-5.17.patch
CommitLineData
571cdb94
JR
1--- vpb-driver-4.2.58/src/vtcore/vtcore_main.c~ 2022-04-02 22:16:28.000000000 +0200
2+++ vpb-driver-4.2.58/src/vtcore/vtcore_main.c 2022-04-02 22:19:19.064381658 +0200
3@@ -131,6 +131,9 @@
4 return PROC_I(inode)->pde->data;
5 }
6 #endif
7+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,17,0)
8+#define PDE_DATA pde_data
9+#endif
10
11 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)
12 static inline struct inode *file_inode(struct file *f)
This page took 0.288508 seconds and 4 git commands to generate.