forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/perf/ui/browsers/header.c
....@@ -1,6 +1,4 @@
11 // SPDX-License-Identifier: GPL-2.0
2
-#include "util/cache.h"
3
-#include "util/debug.h"
42 #include "ui/browser.h"
53 #include "ui/keysyms.h"
64 #include "ui/ui.h"
....@@ -35,7 +33,7 @@
3533 {
3634 int key;
3735 unsigned long offset;
38
- const char help[] =
36
+ static const char help[] =
3937 "h/?/F1 Show this window\n"
4038 "UP/DOWN/PGUP\n"
4139 "PGDN/SPACE\n"