]> git.pld-linux.org Git - packages/r8168.git/blame - kernel-6.5.patch
- up to 8.051.02
[packages/r8168.git] / kernel-6.5.patch
CommitLineData
7021aab6
JR
1--- r8168-8.051.02/src/r8168_n.c~ 2022-10-20 10:57:18.000000000 +0200
2+++ r8168-8.051.02/src/r8168_n.c 2023-09-06 02:41:32.191684157 +0200
3@@ -81,6 +81,10 @@
4 #include <linux/mdio.h>
5 #endif
6
7+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,5,0)
8+#include <net/gso.h>
9+#endif
10+
11 #include <asm/io.h>
12 #include <asm/irq.h>
13
This page took 0.064719 seconds and 4 git commands to generate.