hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/perf/arch/powerpc/util/dwarf-regs.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Mapping of DWARF debug register numbers into register names.
34 *
45 * Copyright (C) 2010 Ian Munsie, IBM Corporation.
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the License, or (at your option) any later version.
106 */
117
128 #include <stddef.h>
....@@ -16,7 +12,6 @@
1612 #include <linux/ptrace.h>
1713 #include <linux/kernel.h>
1814 #include <linux/stringify.h>
19
-#include "util.h"
2015
2116 struct pt_regs_dwarfnum {
2217 const char *name;