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