From: Charlie Jenkins Date: Mon, 29 Jul 2024 21:00:03 +0000 (-0700) Subject: riscv: Add license to vmalloc.h X-Git-Tag: v6.12-rc1~76^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ffc8a3422986470972b4487f02e381692269098;p=thirdparty%2Flinux.git riscv: Add license to vmalloc.h Add a missing license to vmalloc.h. Signed-off-by: Charlie Jenkins Link: https://lore.kernel.org/r/20240729-riscv_fence_license-v1-2-7d5648069640@rivosinc.com Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/include/asm/vmalloc.h b/arch/riscv/include/asm/vmalloc.h index 51f6dfe19745a..fefe94dc98e20 100644 --- 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