mirror of
https://github.com/Dichgrem/GKI-build.git
synced 2025-12-17 14:11:59 -05:00
12 lines
304 B
Diff
12 lines
304 B
Diff
--- fs/proc/base.c
|
|
+++ fs/proc/base.c
|
|
@@ -101,6 +101,9 @@
|
|
#include <linux/resctrl.h>
|
|
#include <linux/cn_proc.h>
|
|
#include <linux/cpufreq_times.h>
|
|
+#ifdef CONFIG_KSU_SUSFS_SUS_MAP
|
|
+#include <linux/susfs_def.h>
|
|
+#endif
|
|
#include <trace/events/oom.h>
|
|
#include <trace/hooks/sched.h>
|
|
#include "internal.h"
|