kernel: When CONFIG_KSU = m, disable sulog
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/version.h>
|
||||
|
||||
#define __SULOG_GATE 1
|
||||
#ifdef KSU_MODULE
|
||||
#define __SULOG_GATE 0
|
||||
#else
|
||||
#define __SULOG_GATE 1
|
||||
#endif
|
||||
|
||||
#if __SULOG_GATE
|
||||
extern struct timezone sys_tz;
|
||||
|
||||
Reference in New Issue
Block a user