Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 544304b2 authored by Daniel Guilak's avatar Daniel Guilak Committed by Linus Torvalds
Browse files

kernel/kprobes.c: Made kprobe_blacklist static.

parent 08405b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ static DEFINE_PER_CPU(struct kprobe *, kprobe_instance) = NULL;
 *
 * For such cases, we now have a blacklist
 */
struct kprobe_blackpoint kprobe_blacklist[] = {
static struct kprobe_blackpoint kprobe_blacklist[] = {
	{"preempt_schedule",},
	{NULL}    /* Terminator */
};