kernel: restart enable sulog for LKM

This commit is contained in:
ShirkNeko
2025-11-13 17:46:08 +08:00
parent 10548f9243
commit bb8b991110
2 changed files with 0 additions and 9 deletions

View File

@@ -5,11 +5,7 @@
#include <linux/version.h>
#include <linux/crc32.h> // needed for function dedup_calc_hash
#ifdef KSU_MODULE
#define __SULOG_GATE 0
#else
#define __SULOG_GATE 1
#endif
#if __SULOG_GATE
extern struct timezone sys_tz;