projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097c72e
)
riscv: Add license to vmalloc.h
author
Charlie Jenkins
<charlie@rivosinc.com>
Mon, 29 Jul 2024 21:00:03 +0000
(14:00 -0700)
committer
Palmer Dabbelt
<palmer@rivosinc.com>
Tue, 3 Sep 2024 14:18:34 +0000
(07:18 -0700)
Add a missing license to vmalloc.h.
Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
Link:
https://lore.kernel.org/r/20240729-riscv_fence_license-v1-2-7d5648069640@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/vmalloc.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/riscv/include/asm/vmalloc.h
b/arch/riscv/include/asm/vmalloc.h
index 51f6dfe19745aa486bd73d7de472faa538cf0486..fefe94dc98e20d620b1781af36992457c114062f 100644
(file)
--- a/
arch/riscv/include/asm/vmalloc.h
+++ b/
arch/riscv/include/asm/vmalloc.h
@@
-1,3
+1,4
@@
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _ASM_RISCV_VMALLOC_H
#define _ASM_RISCV_VMALLOC_H