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

Commit 8254cb62 authored by Olav Haugan's avatar Olav Haugan
Browse files

Perf: Fix compilation error when debug fs is disabled



The code does not compile when debugfs is disabled.
Fix this.

Change-Id: I9c6db131ae518576979e2a41d5fa75db667e1f26
Signed-off-by: default avatarOlav Haugan <ohaugan@codeaurora.org>
parent 4f5125e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include <asm/thread_notify.h>
#include <linux/uaccess.h>
#include <linux/debugfs.h>
#include <linux/cpu.h>
#define CREATE_TRACE_POINTS
#include "perf_trace_counters.h"