]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
perf arm64: Add missing debug.h header
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 18:03:37 +0000 (15:03 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 18:09:18 +0000 (15:09 -0300)
This file uses pr_debug() but isn't including debug.h, getting it by
luck, fix it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-t7pisnsdfh88kclpw52jcwl7@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/arm64/util/header.c

index 602caf550e7fc428ab767338329f8bfd6bb120f0..e41defaaa2e686bebb5a6e3d5441e101de0459bd 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <api/fs/fs.h>
+#include "debug.h"
 #include "header.h"
 
 #define MIDR "/regs/identification/midr_el1"