diff options
Diffstat (limited to 'drivers/acpi/processor_driver.c')
-rw-r--r-- | drivers/acpi/processor_driver.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c index 9d6aff22684e..aea8d674a33d 100644 --- a/drivers/acpi/processor_driver.c +++ b/drivers/acpi/processor_driver.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * processor_driver.c - ACPI Processor Driver | 3 | * processor_driver.c - ACPI Processor Driver |
3 | * | 4 | * |
@@ -8,20 +9,6 @@ | |||
8 | * - Added processor hotplug support | 9 | * - Added processor hotplug support |
9 | * Copyright (C) 2013, Intel Corporation | 10 | * Copyright (C) 2013, Intel Corporation |
10 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 11 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
11 | * | ||
12 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or (at | ||
17 | * your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, but | ||
20 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
22 | * General Public License for more details. | ||
23 | * | ||
24 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
25 | */ | 12 | */ |
26 | 13 | ||
27 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |