hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/xen/xen-acpi-pad.c
....@@ -1,17 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * xen-acpi-pad.c - Xen pad interface
34 *
45 * Copyright (c) 2012, Intel Corporation.
56 * Author: Liu, Jinsong <jinsong.liu@intel.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms and conditions of the GNU General Public License,
9
- * version 2, as published by the Free Software Foundation.
10
- *
11
- * This program is distributed in the hope it will be useful, but WITHOUT
12
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14
- * more details.
157 */
168
179 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -19,6 +11,7 @@
1911 #include <linux/kernel.h>
2012 #include <linux/types.h>
2113 #include <linux/acpi.h>
14
+#include <xen/xen.h>
2215 #include <xen/interface/version.h>
2316 #include <xen/xen-ops.h>
2417 #include <asm/xen/hypercall.h>