forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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"