kernel: fix missing log tag (#117)

This commit is contained in:
Ylarod
2023-01-25 22:24:00 +08:00
committed by GitHub
parent b07b38c974
commit 9fe636cd47
12 changed files with 15 additions and 9 deletions

View File

@@ -3,7 +3,6 @@
#include "linux/err.h"
#include "linux/fs.h"
#include "linux/kprobes.h"
#include "linux/printk.h"
#include "linux/types.h"
#include "linux/uaccess.h"
#include "linux/version.h"
@@ -15,6 +14,7 @@
#include "allowlist.h"
#include "arch.h"
#include "klog.h" // IWYU pragma: keep
#define SU_PATH "/system/bin/su"
#define SH_PATH "/system/bin/sh"