hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/riscv/include/asm/kprobes.h
....@@ -1,22 +1,14 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copied from arch/arm64/include/asm/kprobes.h
34 *
45 * Copyright (C) 2013 Linaro Limited
56 * Copyright (C) 2017 SiFive
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * General Public License for more details.
157 */
168
17
-#ifndef _RISCV_KPROBES_H
18
-#define _RISCV_KPROBES_H
9
+#ifndef _ASM_RISCV_KPROBES_H
10
+#define _ASM_RISCV_KPROBES_H
1911
2012 #include <asm-generic/kprobes.h>
2113
22
-#endif /* _RISCV_KPROBES_H */
14
+#endif /* _ASM_RISCV_KPROBES_H */