diff options
Diffstat (limited to 'drivers/acpi/acpi_ipmi.c')
-rw-r--r-- | drivers/acpi/acpi_ipmi.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/acpi/acpi_ipmi.c b/drivers/acpi/acpi_ipmi.c index 712fd31674a6..9d6c0fc120d7 100644 --- a/drivers/acpi/acpi_ipmi.c +++ b/drivers/acpi/acpi_ipmi.c | |||
@@ -1,23 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * acpi_ipmi.c - ACPI IPMI opregion | 3 | * acpi_ipmi.c - ACPI IPMI opregion |
3 | * | 4 | * |
4 | * Copyright (C) 2010, 2013 Intel Corporation | 5 | * Copyright (C) 2010, 2013 Intel Corporation |
5 | * Author: Zhao Yakui <yakui.zhao@intel.com> | 6 | * Author: Zhao Yakui <yakui.zhao@intel.com> |
6 | * Lv Zheng <lv.zheng@intel.com> | 7 | * Lv Zheng <lv.zheng@intel.com> |
7 | * | ||
8 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or (at | ||
13 | * your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but | ||
16 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
18 | * General Public License for more details. | ||
19 | * | ||
20 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #include <linux/module.h> | 10 | #include <linux/module.h> |