diff options
Diffstat (limited to 'drivers/acpi/glue.c')
-rw-r--r-- | drivers/acpi/glue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/glue.c b/drivers/acpi/glue.c index edd10b3c7ec8..36b24b0658cb 100644 --- a/drivers/acpi/glue.c +++ b/drivers/acpi/glue.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Link physical devices with ACPI devices support | 3 | * Link physical devices with ACPI devices support |
3 | * | 4 | * |
4 | * Copyright (c) 2005 David Shaohua Li <shaohua.li@intel.com> | 5 | * Copyright (c) 2005 David Shaohua Li <shaohua.li@intel.com> |
5 | * Copyright (c) 2005 Intel Corp. | 6 | * Copyright (c) 2005 Intel Corp. |
6 | * | ||
7 | * This file is released under the GPLv2. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #include <linux/acpi_iort.h> | 9 | #include <linux/acpi_iort.h> |