hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/acpi/acpi_pnp.c
....@@ -1,19 +1,18 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ACPI support for PNP bus type
34 *
45 * Copyright (C) 2014, Intel Corporation
56 * Authors: Zhang Rui <rui.zhang@intel.com>
67 * Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/acpi.h>
1411 #include <linux/module.h>
1512 #include <linux/ctype.h>
1613
14
+#include "internal.h"
15
+
1716 static const struct acpi_device_id acpi_pnp_device_ids[] = {
1817 /* pata_isapnp */
1918 {"PNP0600"}, /* Generic ESDI/IDE/ATA compatible hard disk controller */