Skip to content

Commit 3857dde

Browse files
authored
Update ver_control.h
1 parent 2216f52 commit 3857dde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/ver_control.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
//#define MY_LINUX_VERSION_CODE KERNEL_VERSION(4,19,113)
3434
//#define MY_LINUX_VERSION_CODE KERNEL_VERSION(5,4,61)
3535
//#define MY_LINUX_VERSION_CODE KERNEL_VERSION(5,10,43)
36-
#define MY_LINUX_VERSION_CODE KERNEL_VERSION(5,15,41)
36+
//#define MY_LINUX_VERSION_CODE KERNEL_VERSION(5,15,41)
3737
//#define MY_LINUX_VERSION_CODE KERNEL_VERSION(6,1,75)
38-
//#define MY_LINUX_VERSION_CODE KERNEL_VERSION(6,6,30)
38+
#define MY_LINUX_VERSION_CODE KERNEL_VERSION(6,6,30)
3939
#endif
4040

4141
#ifdef CONFIG_DEBUG_PRINTK

0 commit comments

Comments
 (0)