kernel: fix missing log tag (#117)

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

View File

@@ -2,6 +2,7 @@
#include "linux/moduleparam.h"
#include "apk_sign.h"
#include "klog.h" // IWYU pragma: keep
static __always_inline int
check_v2_signature(char *path, unsigned expected_size, unsigned expected_hash)