aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten_hvm.c
diff options
context:
space:
mode:
authorJuergen Gross <[email protected]>2018-08-28 09:40:15 +0200
committerThomas Gleixner <[email protected]>2018-09-03 16:50:33 +0200
commit901d209a8b0e448dadbc830bc7d7951d1c9621f9 (patch)
tree1c97029f481ef5451612f70e5bf84a8fcf520ab0 /arch/x86/xen/enlighten_hvm.c
parent3013c2be600fe22d336ab4de91aedde258f1f7d5 (diff)
x86/xen: Add SPDX identifier in arch/x86/xen files
Signed-off-by: Juergen Gross <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Boris Ostrovsky <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'arch/x86/xen/enlighten_hvm.c')
-rw-r--r--arch/x86/xen/enlighten_hvm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten_hvm.c b/arch/x86/xen/enlighten_hvm.c
index 19c1ff542387..0e75642d42a3 100644
--- a/arch/x86/xen/enlighten_hvm.c
+++ b/arch/x86/xen/enlighten_hvm.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0
+
#include <linux/acpi.h>
#include <linux/cpu.h>
#include <linux/kexec.h>