hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/acpi/container.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * container.c - ACPI Generic Container Driver
34 *
....@@ -7,28 +8,11 @@
78 * Copyright (C) 2004 FUJITSU LIMITED
89 * Copyright (C) 2004, 2013 Intel Corp.
910 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
10
- *
11
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
- *
13
- * This program is free software; you can redistribute it and/or modify
14
- * it under the terms of the GNU General Public License as published by
15
- * the Free Software Foundation; either version 2 of the License, or (at
16
- * your option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but
19
- * WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
- * General Public License for more details.
22
- *
23
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2411 */
2512 #include <linux/acpi.h>
2613 #include <linux/container.h>
2714
2815 #include "internal.h"
29
-
30
-#define _COMPONENT ACPI_CONTAINER_COMPONENT
31
-ACPI_MODULE_NAME("container");
3216
3317 static const struct acpi_device_id container_device_ids[] = {
3418 {"ACPI0004", 0},